From 5f2b036d84dcf26eb9885e4a2bffd77224a1d76e Mon Sep 17 00:00:00 2001 From: da-in Date: Sun, 18 Feb 2024 20:14:57 +0900 Subject: [PATCH 1/2] fix: download image rounded --- frontend/src/sections/Preview.tsx | 41 ++++++++++++++++--------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/frontend/src/sections/Preview.tsx b/frontend/src/sections/Preview.tsx index c5e1af2..9f91656 100644 --- a/frontend/src/sections/Preview.tsx +++ b/frontend/src/sections/Preview.tsx @@ -48,31 +48,32 @@ export default function Preview({ previewRef }: Props) { }} >
-
- +
+ > + +
+
Date: Sun, 18 Feb 2024 20:27:44 +0900 Subject: [PATCH 2/2] fix: change ci ubuntu-version --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2ae36a5..b1212ce 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,7 +5,7 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest env: working-directory: ./frontend steps: