🍱 Add favicon
This commit is contained in:
@@ -6,7 +6,7 @@ import Footer from "../components/navigation/Footer.astro";
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>Solsynth</title>
|
||||
</head>
|
||||
|
@@ -43,7 +43,7 @@ import SolianIcon from "../assets/solian.png";
|
||||
<Image
|
||||
src={SolianIcon}
|
||||
alt="Solar Network"
|
||||
class="w-[64px] h-[64px] block"
|
||||
class="min-w-[64px] min-h-[64px] w-[64px] h-[64px] aspect-square block"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user