Skip to content

Commit

Permalink
fix: move Tags in navbar
Browse files Browse the repository at this point in the history
Jan0660 committed Feb 3, 2024
1 parent eedb0e7 commit bc97a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -25,9 +25,6 @@ const App: Component = () => {
kitties!!
</A>
</span>
<A href="/tags" class="button">
Tags TODO MAKE THIS NOT LOOK BAD IN THE NAVBAR
</A>
<ul class="navbar-links">
<li>
<Show when={config.token == null}>
@@ -58,6 +55,9 @@ const App: Component = () => {
<A href="/settings" class="button">
Settings
</A>
<A href="/tags" class="button">
Tags
</A>
<Show when={config.token != null}>
<br />
</Show>

0 comments on commit bc97a8c

Please sign in to comment.