Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
chakkun1121 authored Oct 11, 2024
1 parent c347bd8 commit b729472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/[lang]/(app)/[fileId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ export default function Page({
asChild>
<Link
href={`./${fileId}/flashcard`}
className="flex items-center gap-2"
/>
<PiCardsThin />
<span className="hidden md:inline-block">フラッシュカード</span>
className="flex items-center gap-2">
<PiCardsThin />
<span className="hidden md:inline-block">フラッシュカード</span>
</Link>
</Button>
<Button
asChild
Expand Down

0 comments on commit b729472

Please sign in to comment.