Skip to content

Commit

Permalink
Merge pull request #91 from bookmark-org/add-nostr-button
Browse files Browse the repository at this point in the history
Add Nostr button
  • Loading branch information
leobz authored Jun 27, 2023
2 parents fa77c47 + 890f46d commit 6407c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bookmark_web/templates/page/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<%= link("Profile", to: "/@" <> @current_user.username, class: "go-button") %>
<a class="go-button" href="/deposit">Deposit</a>
<a class="go-button" href="/withdraw">Withdraw</a>
<a class="go-button" href="/bulk_archives">Bulk archives</a>
<a class="go-button" href="/bulk_archives">Archives</a>
<a class="go-button" href="/nostr">Nostr</a>
<%= link("Log out", class: "go-button", to: Routes.user_session_path(@conn, :delete), method: :delete) %>
</div>
</div>
Expand Down

0 comments on commit 6407c42

Please sign in to comment.