mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
Footer
This commit is contained in:
parent
c93e76c567
commit
efe0c68b03
@ -3,8 +3,6 @@
|
||||
import Logo from 'components/ui/logo/logo';
|
||||
import { useTranslations } from 'next-intl';
|
||||
|
||||
interface FooterProps {}
|
||||
|
||||
const Footer = () => {
|
||||
const currentYear = new Date().getFullYear();
|
||||
const copyrightDate = 2023 + (currentYear > 2023 ? `-${currentYear}` : '');
|
||||
@ -20,7 +18,7 @@ const Footer = () => {
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
© {copyrightDate} - {t('copyright')}
|
||||
© {copyrightDate} Kodamera - {t('copyright')}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user