Skip to content

Commit 58c6483

Browse files
committed
fix: remove Modrinth sign in button
leaves lots of dead code, we can remove that later if needed
1 parent 7aae7a1 commit 58c6483

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/app-frontend/src/App.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { computed, ref, onMounted, watch, onUnmounted } from 'vue'
33
import { RouterView, useRouter, useRoute } from 'vue-router'
44
import {
55
ArrowBigUpDashIcon,
6-
LogInIcon,
76
HomeIcon,
87
LibraryIcon,
98
PlusIcon,
@@ -435,10 +434,6 @@ function handleAuxClick(e) {
435434
<template #sign-out> <LogOutIcon /> Sign out </template>
436435
</OverflowMenu>
437436
</ButtonStyled>
438-
<NavButton v-else v-tooltip.right="'Sign in'" :to="() => signIn()">
439-
<LogInIcon />
440-
<template #label>Sign in</template>
441-
</NavButton>
442437
</div>
443438
<div data-tauri-drag-region class="app-grid-statusbar bg-bg-raised h-[--top-bar-height] flex">
444439
<div data-tauri-drag-region class="flex p-3">

0 commit comments

Comments
 (0)