mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix(Masthead): send date into branding so it changes properly
This commit is contained in:
parent
6d08548020
commit
51ef551d39
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ export const Authed = (props: Props) => {
|
|||
<MastheadAlignment>
|
||||
<MastheadLeft>
|
||||
<MastheadA to="/servers">
|
||||
<DynamicLogomark height={35} />
|
||||
<DynamicLogomark height={35} currentDate={new Date()} />
|
||||
</MastheadA>
|
||||
<InteractionBase
|
||||
onClick={() => {
|
||||
|
|
|
@ -15,7 +15,7 @@ export const Guest = () => (
|
|||
<MastheadAlignment>
|
||||
<MastheadLeft>
|
||||
<MastheadA to="/">
|
||||
<DynamicLogotype height={30} />
|
||||
<DynamicLogotype height={30} currentDate={new Date()} />
|
||||
</MastheadA>
|
||||
</MastheadLeft>
|
||||
<MastheadRight>
|
||||
|
|
Loading…
Add table
Reference in a new issue