Skip to content

Commit

Permalink
remove apos
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Oct 5, 2024
1 parent d1d62fe commit 01fd83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/Draft/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DraftBoard = (props: {
bg="gray.500"
>
{(!cardView || cardView?.length === 0) && (
<p>No packs... yet! Click "Crack a Pack!"</p>
<p>No packs... yet! Click Crack a Pack!</p>
)}
{cardView?.map((card, index) => (
<DraftCard key={"draftcard" + card?.name + index} {...card} />
Expand Down

0 comments on commit 01fd83c

Please sign in to comment.