From 01fd83cd82ab72916c329f5a42249856ceed4bea Mon Sep 17 00:00:00 2001 From: jollygrin Date: Sat, 5 Oct 2024 04:10:47 +0200 Subject: [PATCH] remove apos --- src/components/organisms/Draft/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/Draft/index.tsx b/src/components/organisms/Draft/index.tsx index d6fa553..959ef14 100644 --- a/src/components/organisms/Draft/index.tsx +++ b/src/components/organisms/Draft/index.tsx @@ -43,7 +43,7 @@ export const DraftBoard = (props: { bg="gray.500" > {(!cardView || cardView?.length === 0) && ( -

No packs... yet! Click "Crack a Pack!"

+

No packs... yet! Click Crack a Pack!

)} {cardView?.map((card, index) => (