diff --git a/lib/bookmark_web/templates/page/index.html.heex b/lib/bookmark_web/templates/page/index.html.heex index 5faba26..8c8b1a9 100644 --- a/lib/bookmark_web/templates/page/index.html.heex +++ b/lib/bookmark_web/templates/page/index.html.heex @@ -13,7 +13,8 @@ <%= link("Profile", to: "/@" <> @current_user.username, class: "go-button") %> Deposit Withdraw - Bulk archives + Archives + Nostr <%= link("Log out", class: "go-button", to: Routes.user_session_path(@conn, :delete), method: :delete) %>