Parcourir la source

update year

web-access-fix-2
Jason Chuang il y a 5 jours
Parent
révision
936c892c26
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/cards/AuthFooter.js

+ 1
- 1
src/components/cards/AuthFooter.js Voir le fichier

@@ -30,7 +30,7 @@ const AuthFooter = () => {
component="span" component="span"
sx={{ color: '#4A4A4A' }} sx={{ color: '#4A4A4A' }}
> >
2024 - {new Date().getFullYear()} &copy; <FormattedMessage id="HKGLD" />
2024-{new Date().getFullYear()} &copy; <FormattedMessage id="HKGLD" />
</Typography> </Typography>
<Typography <Typography
variant="subtitle2" variant="subtitle2"


Chargement…
Annuler
Enregistrer