Skip to content

Commit

Permalink
Merge pull request #58 from SproutMJ/develop
Browse files Browse the repository at this point in the history
수정사항 적용
  • Loading branch information
SproutMJ authored Jun 1, 2024
2 parents 87e6758 + 4f6cd1b commit 61bf490
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 61bf490

Please sign in to comment.