Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 5282466 commit 4569778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Logo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { SITE } from 'astrowind:config';
---

<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">
image={{ src: '~/assets/images/scope_dark_small.png', alt: 'scope-logo', width:'128', height:'29'}}
<img src: '~/assets/images/scope_dark_small.png', alt: 'scope-logo', width:'128', height:'29'/>
</span>

0 comments on commit 4569778

Please sign in to comment.