Skip to content

Commit

Permalink
add a tag with lanks attr
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Feb 9, 2024
1 parent a214f96 commit 248a68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<script lang="ts">
import logo from "../images/logo.svg";
import { links } from "svelte-routing";
import {
UploadOutline,
UserOutline,
TableRowOutline,
} from "flowbite-svelte-icons";
</script>

<header class="flex justify-between">
<header class="flex justify-between" use:links>
<div class="nav-container">
<div id="logo">
<a href="/">
Expand Down

0 comments on commit 248a68e

Please sign in to comment.