Skip to content

Commit a6a46aa

Browse files
authored
Merge pull request #380 from utkarshkgithub/utkarshkgithub/bug-371-mobile-tag
fix: show answer key tag in mobile view #371
2 parents 4d7f332 + d00c3a7 commit a6a46aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Card = ({ paper, onSelect, isSelected }: CardProps) => {
9797
</div>
9898
</Link>
9999

100-
<div className="hidden items-center justify-between gap-2 px-4 pb-4 font-play md:flex">
100+
<div className="flex items-center justify-between gap-2 px-4 pb-4 font-play">
101101
<div className="flex items-center gap-2">
102102
<input
103103
checked={checked}

0 commit comments

Comments
 (0)