hoping this one fixes www
This commit is contained in:
parent
370c21dd86
commit
3386955883
|
@ -1,6 +1,6 @@
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
||||||
<path fill="#ffffff" opacity="1.000000" stroke="none"
|
<path fill="#000000" opacity="1.000000" stroke="none"
|
||||||
d="
|
d="
|
||||||
M271.711761,31.802334
|
M271.711761,31.802334
|
||||||
C289.573181,33.824940 306.747528,36.902718 323.207947,43.034710
|
C289.573181,33.824940 306.747528,36.902718 323.207947,43.034710
|
||||||
|
@ -59,7 +59,7 @@ M141.855759,126.368820
|
||||||
C308.414459,85.438980 266.572113,78.294312 222.265335,86.847641
|
C308.414459,85.438980 266.572113,78.294312 222.265335,86.847641
|
||||||
C192.231689,92.645576 165.610626,105.915138 141.855759,126.368820
|
C192.231689,92.645576 165.610626,105.915138 141.855759,126.368820
|
||||||
z"/>
|
z"/>
|
||||||
<path fill="#ffffff" opacity="1.000000" stroke="none"
|
<path fill="#000000" opacity="1.000000" stroke="none"
|
||||||
d="
|
d="
|
||||||
M317.847778,285.664551
|
M317.847778,285.664551
|
||||||
C316.449982,287.778137 315.339935,289.649536 314.005707,291.344482
|
C316.449982,287.778137 315.339935,289.649536 314.005707,291.344482
|
||||||
|
@ -70,7 +70,7 @@ M317.847778,285.664551
|
||||||
C319.524200,222.814941 322.076416,231.021713 323.664551,239.648132
|
C319.524200,222.814941 322.076416,231.021713 323.664551,239.648132
|
||||||
C326.581299,255.491379 324.929260,270.728577 317.847778,285.664551
|
C326.581299,255.491379 324.929260,270.728577 317.847778,285.664551
|
||||||
z"/>
|
z"/>
|
||||||
<path fill="#ffffff" opacity="1.000000" stroke="none"
|
<path fill="#000000" opacity="1.000000" stroke="none"
|
||||||
d="
|
d="
|
||||||
M189.652618,270.039581
|
M189.652618,270.039581
|
||||||
C186.447449,254.761673 187.553848,240.223862 193.028687,226.068558
|
C186.447449,254.761673 187.553848,240.223862 193.028687,226.068558
|
||||||
|
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
@ -1,15 +1,13 @@
|
||||||
---
|
---
|
||||||
import '../styles/global.scss';
|
import '../styles/global.scss';
|
||||||
import { SiteTitle } from '../consts';
|
import { SiteTitle } from '../consts';
|
||||||
import favicon from '../assets/spaceghost.svg'
|
|
||||||
import { Image } from 'astro:assets';
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<h2 id="site_title">
|
<h2 id="site_title">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<Image src={favicon} alt="logo" width={64} class="filter-white" />
|
<img src="/favicon.svg" alt="logo" width={64} class="filter-white" />
|
||||||
{SiteTitle}
|
{SiteTitle}
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in New Issue