Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jan 8, 2024
1 parent df82c50 commit 2144ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const { Footer: AntdFooter } = Layout
const Footer = () => {
return (
<AntdFooter>
<Row justify="end">
<Row justify="space-between">
<Col>zk Foundation © {new Date().getFullYear()}</Col>
<Col>v{packageJson.version}</Col>
</Row>
</AntdFooter>
Expand Down

0 comments on commit 2144ada

Please sign in to comment.