Skip to content

Commit 4fe7488

Browse files
Feat: Automating copyright year updation (#1270)
* update: copyright year 2024->2025 * Fix: Automating year updation
1 parent e7706e2 commit 4fe7488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const Footer = () => (
400400
</div>
401401
<div className='text-white font-normal text-center relative m-0 ml-0 mr-1 px-4'>
402402
<p>
403-
Copyright © 2024 JSON Schema.&nbsp;
403+
Copyright &copy; {new Date().getFullYear()} JSON Schema.&nbsp;
404404
<span className='block sm:inline sm:mb-0'>All rights reserved.</span>
405405
</p>
406406
</div>

0 commit comments

Comments
 (0)