Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 7, 2024
1 parent d43b486 commit 5d5173c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ const Home = () => {
<Button
onClick={() => navigate(`/browse`)}
variant="primary"
size="lg">
size="lg"
>
Browse
<FaArrowRight className="ml-2" />
</Button>
<Button
onClick={() => navigate(`/create`)}
variant="secondary"
size="lg">
size="lg"
>
Create
</Button>
</div>
Expand All @@ -77,14 +79,16 @@ const Home = () => {
<Button
onClick={() => navigate(`/browse`)}
variant="primary"
size="lg">
size="lg"
>
Browse
<FaArrowRight className="ml-2" />
</Button>
<Button
onClick={() => navigate(`/create`)}
variant="secondary"
size="lg">
size="lg"
>
Create
</Button>
</div>
Expand Down

0 comments on commit 5d5173c

Please sign in to comment.