Remove root dir reference (#32)

Change root reference to current directory. Fixes issue self hosting outside of root dir.
This commit is contained in:
nomore1007
2022-08-17 23:40:14 -06:00
committed by GitHub
parent b8877f8a63
commit d2b1d4b537

View File

@@ -55,12 +55,12 @@ export const Header = (): JSX.Element => {
width={majorScale(12)}
marginRight={majorScale(22)}
>
<Link href="/">
<Link href=".">
<Pane
is="img"
width={100}
height={28}
src="/Logo_Black.svg"
src="Logo_Black.svg"
cursor="pointer"
/>
</Link>