Skip to content

Commit

Permalink
get rid of the discord login href, as it's been offline for years
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 committed Oct 1, 2024
1 parent c8d3526 commit bfc9ac9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/client/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
)
b-icon(icon="steam")
span  Steam
a.navbar-item(
v-if="!$store.state.discordUser.id",
href="https://metastruct.net/discord/auth"
)
b-icon(icon="discord")
span  Discord
//- a.navbar-item(
//- v-if="!$store.state.discordUser.id",
//- href="https://metastruct.net/discord/auth"
//- )
//- b-icon(icon="discord")
//- span  Discord
.navbar-item.has-dropdown.is-hoverable(
v-if="$store.state.user.steamId || $store.state.discordUser.id"
)
Expand Down

0 comments on commit bfc9ac9

Please sign in to comment.