Skip to content

Commit

Permalink
feat: add tutorials in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Feb 9, 2024
1 parent 39c342a commit dbbff6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
UploadOutline,
UserOutline,
TableRowOutline,
BookOutline,
} from "flowbite-svelte-icons";
</script>

Expand All @@ -22,6 +23,9 @@
<a href="/upload" class="flex items-center gap-1">
<UploadOutline size="lg" />Upload</a
>
<a href="/tutorials" class="flex items-center gap-1">
<BookOutline size="lg" />Tutorials</a
>
</div>
</div>

Expand Down

0 comments on commit dbbff6f

Please sign in to comment.