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) {