Skip to content

Commit

Permalink
fix: remove logout icon
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Oct 13, 2023
1 parent 938a64a commit bfced40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/components/sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<span class="nickname-txt">
{{ store.state.userInfo.nickname }}
</span>
<n-button class="logout" quaternary circle size="tiny" @click="handleLogout">
<!-- <n-button class="logout" quaternary circle size="tiny" @click="handleLogout">
<template #icon>
<n-icon>
<log-out-outline />
</n-icon>
</template>
</n-button>
</n-button> -->
</div>
<div class="username">@{{ store.state.userInfo.username }}</div>
</div>
Expand Down Expand Up @@ -409,4 +409,4 @@ window.$message = useMessage();
// display: block !important;
// }
}
}</style>
}</style>

0 comments on commit bfced40

Please sign in to comment.