Skip to content

Commit

Permalink
landing page udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Dec 6, 2023
1 parent f1e2930 commit 320421e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ <h1>SpaceGui</h1>
<a href="/create-token/" style="color: inherit; text-decoration: none;">
<div class="card-body">
<h5 class="card-title">No Token</h5>
<p class="card-text">If you haven't already created an agent and would like to create one.</p>
<p class="card-text">If you haven't already created an agent.</p>
</div>
</a>
</div>
<div class="card text-bg-info m-3" style="width: 18rem;">
<a href="/add-existing-token/" style="color: inherit; text-decoration: none;">
<div class="card-body">
<h5 class="card-title">Token</h5>
<p class="card-text">If you already have an agent and would like to use it.</p>
<p class="card-text">If you already have an agent.</p>
</div>
</a>
</div>
Expand Down

0 comments on commit 320421e

Please sign in to comment.