Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/layout-navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@

<nav v-if="loggedIn" class="secondary">
<ul>
<li>
<a href="https://github.com/sponsors/elementary" target="_blank" rel="noopener">
Manage Sponsorship
</a>
</li>
<li>
<a @click="logout">
Log Out
Expand Down
8 changes: 8 additions & 0 deletions pages/sponsor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
>
♡ Sponsor elementary
</a>
<a

@Pavankalyan32 Pavankalyan32 Aug 13, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Suggestion (non-blocking) — updated after lewisgoddard's screenshots: this button is visible to all visitors, and the /dashboard URL 404s for anyone who isn't a sponsor, so non-sponsors get a dead end rather than an empty state. Fixed in the latest commit: both links now point to the public https://github.com/sponsors/elementary page (works for everyone; sponsors still reach their manage options from there). Gating the navbar variant behind the existing useAuthStore.loggedIn remains an option if you want a sponsor-only affordance later.

class="button"
href="https://github.com/sponsors/elementary"
target="_blank"
rel="noopener"
>
Manage Sponsorship
</a>
</div>
</div>
</template>