Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Mar 9, 2024
1 parent 1d8751b commit 9c664e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/lib/components/appHeader/AppHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
<header class="flex flex-row items-center justify-between">
<div class="relative">
<h1
class="relative font-bold font-display text-5xl text-black hover:text-neutral-700 active:top-[1px]"
class="relative font-bold font-display text-4xl text-black hover:text-neutral-700 active:top-[1px]"
>
<img
src="/logo.jpg"
alt=""
class="mb-0.5 mr-1 w-[70px] hidden sm:inline-block"
/>
<a href="/" class="inline-block -mt-1">pdportal</a>
<span class="text-sm opacity-60">{version}</span>
</h1>
Expand All @@ -21,11 +26,11 @@
class="absolute bottom-2 -right-4 rounded-full w-2 h-2 bg-pd-yellow"
in:fly={{
duration: 240,
x: -12
x: -12,
}}
out:fly={{
duration: 300,
x: -12
x: -12,
}}
/>
{/if}
Expand Down
Binary file added static/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c664e7

Please sign in to comment.