Skip to content

Commit

Permalink
Update Header.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 31, 2024
1 parent 7d57bd9 commit d7782b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
import { Image } from 'astro:assets';
import transLogo from "../assets/TRANs.svg"
---
<div class="flex border drop-shadow-md p-4 bg-white opacity-90">
<div>
<a href="/">
<div class="text-bold flex gap-2 items-center">
<img src={transLogo} alt="TRANs" class="h-8" />
<Image src={transLogo} alt="TRANs" class="h-8" />
</div>
</a>
</div>
Expand Down

0 comments on commit d7782b9

Please sign in to comment.