Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 4, 2024
1 parent 4b17489 commit 2b911b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/react-vite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
rel="stylesheet"
/>

<title>Vite + React + TS</title>
<title>Loot Survivor</title>
</head>
<body>
<div id="root"></div>
Expand Down
7 changes: 6 additions & 1 deletion clients/react-vite/src/components/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ export const LandingPage = () => {
<div className="self-center sm:w-1/2 text-center uppercase">
<div className="flex justify-between">
{" "}
<div className="sm:text-5xl mb-8">Leaderboard</div>
<div className="sm:text-3xl mb-8">Leaderboard</div>
<Button>
<a href="https://github.com/BibliothecaDAO/loot-survivor-sdk">
Build
</a>
</Button>
<Button>
<a href="https://lootsurvivor.io">
<span className="line-through">Play</span> Die Now
Expand Down

0 comments on commit 2b911b6

Please sign in to comment.