chore: update footer

This commit is contained in:
Maël Gangloff
2024-08-02 01:16:16 +02:00
parent 57e7be5f69
commit 6a81729753

View File

@@ -245,7 +245,7 @@ export default function App() {
</Layout.Content>
<Layout.Footer style={{textAlign: 'center'}}>
<Link to='https://github.com/maelgangloff/domain-watchdog'>Domain
Watchdog</Link> &copy; {new Date().getFullYear()} {t`Created by Maël Gangloff`}
Watchdog</Link> &copy; {new Date().getFullYear()} Maël Gangloff
</Layout.Footer>
</Layout>
</Layout>