From b280395b13f01e11d012cc3200e22d8ba74f87a4 Mon Sep 17 00:00:00 2001 From: Dong-Ha Kim Date: Sat, 10 Feb 2024 17:31:10 +0100 Subject: [PATCH] fixup --- src/app/_components/icons/document.tsx | 4 ++-- src/app/_components/icons/partner-1.tsx | 4 ++-- src/app/_components/icons/question-mark.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/_components/icons/document.tsx b/src/app/_components/icons/document.tsx index aecec16..f5e7923 100644 --- a/src/app/_components/icons/document.tsx +++ b/src/app/_components/icons/document.tsx @@ -14,13 +14,13 @@ export function DocumentIcon(props: SVGProps) { d="M12.5007 1.66675H5.00065C4.55862 1.66675 4.1347 1.84234 3.82214 2.1549C3.50958 2.46746 3.33398 2.89139 3.33398 3.33341V16.6667C3.33398 17.1088 3.50958 17.5327 3.82214 17.8453C4.1347 18.1578 4.55862 18.3334 5.00065 18.3334H15.0007C15.4427 18.3334 15.8666 18.1578 16.1792 17.8453C16.4917 17.5327 16.6673 17.1088 16.6673 16.6667V5.83341L12.5007 1.66675Z" stroke="white" stroke-linecap="round" - stroke-linejoin="round" + strokeLinejoin="round" /> ); diff --git a/src/app/_components/icons/partner-1.tsx b/src/app/_components/icons/partner-1.tsx index 08a42ce..c6475b8 100644 --- a/src/app/_components/icons/partner-1.tsx +++ b/src/app/_components/icons/partner-1.tsx @@ -31,8 +31,8 @@ export function Partner1Icon(props: SVGProps) { fill="#9DAAB3" /> diff --git a/src/app/_components/icons/question-mark.tsx b/src/app/_components/icons/question-mark.tsx index 1fc1eb9..ad2732e 100644 --- a/src/app/_components/icons/question-mark.tsx +++ b/src/app/_components/icons/question-mark.tsx @@ -25,7 +25,7 @@ export function QuestionMarkIcon(props: SVGProps) {