Skip to content

Commit

Permalink
Add Download App link to main navbar (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkonidas authored Aug 17, 2024
1 parent 86ab480 commit eb6c91c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/plexus_web/components/layouts/app.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<a href="https://github.com/techlore/plexus" class="hover:text-zinc-700">
GitHub
</a>
<!--
<a href={~p"/"} class="rounded-lg bg-zinc-100 px-2 py-1 hover:bg-zinc-200/80">
Get Started <span aria-hidden="true">&rarr;</span>
<a
href="https://github.com/techlore/Plexus-app?tab=readme-ov-file#download"
class="rounded-lg bg-zinc-100 px-2 py-1 hover:bg-zinc-200/80"
>
Download App
</a>
-->
</div>
</div>
</header>
Expand Down

0 comments on commit eb6c91c

Please sign in to comment.