We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7706e2 commit 4fe7488Copy full SHA for 4fe7488
components/Layout.tsx
@@ -400,7 +400,7 @@ const Footer = () => (
400
</div>
401
<div className='text-white font-normal text-center relative m-0 ml-0 mr-1 px-4'>
402
<p>
403
- Copyright © 2024 JSON Schema.
+ Copyright © {new Date().getFullYear()} JSON Schema.
404
<span className='block sm:inline sm:mb-0'>All rights reserved.</span>
405
</p>
406
0 commit comments