diff --git a/site/src/pages/settings/index.astro b/site/src/pages/settings/index.astro index 264be5b..fac2eff 100644 --- a/site/src/pages/settings/index.astro +++ b/site/src/pages/settings/index.astro @@ -134,6 +134,16 @@ import Base from '../../layouts/Base.astro'; + + + Invites + Invite others to join Bincio. + + Manage invites + + + Danger zone diff --git a/site/src/pages/u/[handle]/athlete/index.astro b/site/src/pages/u/[handle]/athlete/index.astro index b39cf7c..0ddc1de 100644 --- a/site/src/pages/u/[handle]/athlete/index.astro +++ b/site/src/pages/u/[handle]/athlete/index.astro @@ -30,10 +30,6 @@ const athleteUrl = `${mergedBase}athlete.json`; Athlete - - Invites - @@ -42,7 +38,6 @@ const athleteUrl = `${mergedBase}athlete.json`; function applyMeCheck(me) { if (me === handle) { document.getElementById('profile-subnav')?.remove(); - document.getElementById('invites-btn')?.classList.remove('hidden'); } } if (window.__bincioMe !== undefined) {
Invite others to join Bincio.