Skip to content

Commit

Permalink
Fix: Automating year updation
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed Jan 9, 2025
1 parent 9de4f51 commit 85696e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ const Footer = () => (
</div>
<div className='text-white font-normal text-center relative m-0 ml-0 mr-1 px-4'>
<p>
Copyright &copy; 2025 JSON Schema.&nbsp;
Copyright &copy; {new Date().getFullYear()} JSON Schema.&nbsp;
<span className='block sm:inline sm:mb-0'>All rights reserved.</span>
</p>
</div>
Expand Down

0 comments on commit 85696e8

Please sign in to comment.