fix(Masthead): authed masthead should do index as /servers not /dashboard

This commit is contained in:
41666 2020-12-18 21:03:15 -05:00
parent 4159622226
commit 95dad8effa

View file

@ -32,7 +32,7 @@ export const Authed = (props: Props) => {
<MastheadBase>
<MastheadAlignment>
<MastheadLeft>
<Link href="/dashboard" passHref prefetch={false}>
<Link href="/servers" passHref prefetch={false}>
<MastheadA>
<DynamicLogomark height={35} />
</MastheadA>