Skip to content

Commit

Permalink
chore: comment out admin header links
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidPhantom committed Sep 26, 2024
1 parent bd1fa3f commit 60b51fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layouts/manage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<header
class="fixed left-1/2 top-0 z-10 m-2 flex -translate-x-1/2 items-center gap-4 rounded-3xl border border-gray-200 px-6 py-1 backdrop-blur-lg dark:border-gray-800"
>
<UButton variant="soft" to="/manage">Редактор</UButton>
<!-- <UButton variant="soft" to="/manage">Редактор</UButton>
<UButton variant="soft" to="/manage/learn"
>Ресурсы для редакторов</UButton
>
> -->
<ColorSwitcher />
</header>
<slot />
Expand Down

0 comments on commit 60b51fa

Please sign in to comment.