fix(Masthead): send date into branding so it changes properly

This commit is contained in:
41666 2021-07-09 04:57:28 -05:00
parent 6d08548020
commit 51ef551d39
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ export const Authed = (props: Props) => {
<MastheadAlignment> <MastheadAlignment>
<MastheadLeft> <MastheadLeft>
<MastheadA to="/servers"> <MastheadA to="/servers">
<DynamicLogomark height={35} /> <DynamicLogomark height={35} currentDate={new Date()} />
</MastheadA> </MastheadA>
<InteractionBase <InteractionBase
onClick={() => { onClick={() => {

View file

@ -15,7 +15,7 @@ export const Guest = () => (
<MastheadAlignment> <MastheadAlignment>
<MastheadLeft> <MastheadLeft>
<MastheadA to="/"> <MastheadA to="/">
<DynamicLogotype height={30} /> <DynamicLogotype height={30} currentDate={new Date()} />
</MastheadA> </MastheadA>
</MastheadLeft> </MastheadLeft>
<MastheadRight> <MastheadRight>