Skip to content

Commit

Permalink
[🖥️] - Minor typo and moving tokens to user profile
Browse files Browse the repository at this point in the history
Signed-off-by: Binyamin Yawitz <[email protected]>
  • Loading branch information
byawitz committed Mar 17, 2024
1 parent 1d99e71 commit 6e2b504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions apps/dashboard/src/components/view/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
</template>
</NavItem>

<NavItem :text="$t('Tokens')" href="/tokens">
<template #icon>
<IconKey class="icon" />
</template>
</NavItem>

<NavItem :text="$t('Users')" href="/users">
<template #icon>
<IconUsers class="icon" />
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/view/StillInWork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Container>
<div class="row mt-4">
<div class="col-6">
<div class="card text-primary-fg p-3">
<div class="card text-primary p-3">
<div class="card-stamp">
<div class="card-stamp-icon bg-yellow"><IconClockFilled :size="70" /></div>
</div>
Expand Down

0 comments on commit 6e2b504

Please sign in to comment.