Skip to content

Commit

Permalink
scope logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 26, 2024
1 parent c808cad commit c40346e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Logo.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
import { SITE } from 'astrowind:config';
import Image from './common/Image.astro';
---

<span class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
{SITE?.name}
<Image src: '~/assets/images/scope.svg'></Image> {SITE?.name}
</span>

0 comments on commit c40346e

Please sign in to comment.