Browse Source

Merge branch 'master' of github.com:meshtastic/meshtastic-web

pull/39/head
Sacha Weatherstone 4 years ago
parent
commit
1c7ce1ed06
  1. 4
      src/components/layout/Header.tsx

4
src/components/layout/Header.tsx

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

Loading…
Cancel
Save