mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix(Masthead): authed masthead should do index as /servers not /dashboard
This commit is contained in:
parent
4159622226
commit
95dad8effa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export const Authed = (props: Props) => {
|
||||||
<MastheadBase>
|
<MastheadBase>
|
||||||
<MastheadAlignment>
|
<MastheadAlignment>
|
||||||
<MastheadLeft>
|
<MastheadLeft>
|
||||||
<Link href="/dashboard" passHref prefetch={false}>
|
<Link href="/servers" passHref prefetch={false}>
|
||||||
<MastheadA>
|
<MastheadA>
|
||||||
<DynamicLogomark height={35} />
|
<DynamicLogomark height={35} />
|
||||||
</MastheadA>
|
</MastheadA>
|
||||||
|
|
Loading…
Add table
Reference in a new issue