Skip to content

Commit

Permalink
fix: home page buttons
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
virtual-designer authored Aug 27, 2024
1 parent ad75ace commit 9b081d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default function HomePage() {

<div className="items-center justify-center gap-2 py-5 md:flex md:pt-10 lg:py-20">
<Button
as="a"
startContent={<MdLink size={20} />}
size="lg"
color="primary"
Expand All @@ -88,6 +89,7 @@ export default function HomePage() {
</Button>

<Button
as="a"
endContent={<MdArrowForward size={20} />}
size="lg"
color="primary"
Expand Down

0 comments on commit 9b081d7

Please sign in to comment.