add crystal logo

pull/13/head
mrshmllow 2 years ago committed by marshmallow
parent f3aae6f6cf
commit a72ce16973

@ -5,7 +5,7 @@ const Navbar = () => (
<header className="flex justify-between px-6 py-4">
<Link href="/">
<a className="flex gap-2 items-center font-semibold text-xl">
<Image src="/crystal.svg" width={30} height={30} />
<Image src="/svg/crystal-logo.svg" width={30} height={30} />
Crystal Linux
</a>
</Link>

@ -39,6 +39,7 @@ const Document = () => (
color="#5bbad5"
/>
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="icon" href="/favicons/favicon.ico" />
</Head>
<DefaultSeo {...SEO} />
</>

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="90" height="127" fill="none" viewBox="0 0 90 127"><path fill="#A900FF" d="M26.4779 127L90 63.5L62.5898 36.1528L53.826 44.8965L72.4102 63.5L8.82597 127H26.4779Z"/><path fill="#A900FF" d="M63.5221 0L0 63.5L27.2859 90.7231H27.4102L36.1119 82.0415L17.5898 63.5L80.9876 0H63.5221Z"/></svg>

After

Width:  |  Height:  |  Size: 331 B

Loading…
Cancel
Save