fix
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
import "~/styles/app.css";
|
||||
import Logo from "~/components/logos/Eduseg.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import { Icon } from "astro-icon/components";
|
||||
|
||||
@@ -26,7 +25,7 @@ const year = new Date().getFullYear();
|
||||
<header>
|
||||
<Container class="flex items-center py-3">
|
||||
<a href="/" aria-label="Página inicial">
|
||||
<Logo className="h-10" />
|
||||
<Icon name="logos/eduseg" class="w-28 h-auto" />
|
||||
</a>
|
||||
|
||||
<div class="ml-auto">
|
||||
|
||||
Reference in New Issue
Block a user