Skip to content

Commit

Permalink
tweaking lander
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Dec 6, 2024
1 parent 5c4d941 commit 025b00a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/src/components/Lander.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (image) {
<a href={config.github}>Star on GitHub</a>
</div>
<div class="col3">
<a href={config.discord}>Join Discord</a>
<a target="_blank" href={config.discord}>Join Discord</a>
</div>
</section>

Expand Down Expand Up @@ -76,15 +76,15 @@ if (image) {

<p>There is also a themeable UI that you can use to get going without implementing any designs yourself. This is built on top of a lower level system so you can copy paste the default UI and tweak it or opt out entirely and implement your own.</p>

<p>Finally, OpenAuth is created by the maintainers of <a href="https://sst.dev" target="_blank">SST</a> which is a tool to manage all the infrastructure for your app. It contains components for OpenAuth that make deploying it to AWS or Cloudflare as simple as it can get.</p>
<p>Finally, OpenAuth is created by the maintainers of <a target="_blank" href="https://sst.dev">SST</a> which is a tool to manage all the infrastructure for your app. It contains components for OpenAuth that make deploying it to AWS or Cloudflare as simple as it can get.</p>
</section>

<section class="footer">
<div class="col1">
<span>Version: Beta</span>
</div>
<div class="col2">
<span>Author: <a href="https://sst.dev" target="_blank">SST</a></span>
<span>Author: <a href="https://sst.dev">SST</a></span>
</div>
</section>
</div>
Expand Down

0 comments on commit 025b00a

Please sign in to comment.