mirror of
https://github.com/meshtastic/web.git
synced 2026-01-28 17:31:33 -05:00
Remove root dir reference (#32)
Change root reference to current directory. Fixes issue self hosting outside of root dir.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user