Skip to content

Commit

Permalink
Fixed buttons on landingpage
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Mar 7, 2024
1 parent 0b8c444 commit a8a19d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
A collectible card game made by players.
</p>
<br />
<RouterCCButton class="pb-4" to="/c" :type="ButtonType.YELLOW">
<RouterCCButton
class="pb-4"
to="/cardCreator"
:type="ButtonType.YELLOW"
>
CREATE CARDS
</RouterCCButton>
<RouterCCButton :type="ButtonType.WHITE" to="/cardCreator">
<RouterCCButton :type="ButtonType.BLACK" to="/p">
Play the game
</RouterCCButton>
</div>
Expand Down

0 comments on commit a8a19d0

Please sign in to comment.