Skip to content

Commit

Permalink
버튼이 잘 안눌리던 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
SproutMJ committed Jun 1, 2024
1 parent 14d6705 commit 4f6cd1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ export default function Main() {
</div>
</div>
<div className="fixed bottom-6 right-6">
<Button size="lg">
<Link href={"/recommend"}>
<PlusIcon className="h-6 w-6" />
<span className="sr-only">Add new</span>
</Link>
</Button>
<Link href={"/recommend"}>
<Button size="lg">
<PlusIcon className="h-6 w-6" />
<span className="sr-only">Add new</span>
</Button>
</Link>
</div>
</main>
</>
Expand Down

0 comments on commit 4f6cd1b

Please sign in to comment.