Skip to content

Commit

Permalink
feat: Add title to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Nov 29, 2023
1 parent c15df83 commit f76b886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/dashboard/DashLogo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

<div class="inline-flex">
<a class="_o6689fn" href="/dash"
><div class="hidden md:block">
><div class="flex flex-row items-center">
<img src={logo} alt="Logo" class="w-16" />
<p class="text-2xl uppercase">unideb.tech</p>
</div>
</a>
</div>

0 comments on commit f76b886

Please sign in to comment.