change logo and support emails/links in navbar

pull/47/head
Tim Pechersky 2021-08-03 19:40:46 +08:00
rodzic 09a3fd381e
commit df6303d6bf
1 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -75,17 +75,15 @@ const AppNavbar = () => {
</Text>
<Text>
<Link
href="mailto:support@bugout.dev"
href="mailto:support@moonstream.to"
fontWeight="600"
textColor="primary.500"
>
support@bugout.dev
support@moonstream.to
</Link>
</Text>
<Text fontWeight="700" textColor="primary.500">
<Link href="https://join.slack.com/t/bugout-dev/shared_invite/zt-fhepyt87-5XcJLy0iu702SO_hMFKNhQ">
Slack
</Link>
<Link href="https://discord.gg/K56VNUQGvA">Discord</Link>
</Text>
</PopoverBody>
</PopoverContent>
@ -230,7 +228,7 @@ const AppNavbar = () => {
// to="/"
h="2.5rem"
minW="2.5rem"
src="/icons/ant-white.svg"
src="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/White+logo.svg"
alt="Go to app root"
/>
</Link>