Skip to content

Commit

Permalink
edited code for dynamic year
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit4521 committed Jun 2, 2024
1 parent f2257df commit c6f6f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Footer = () => {
<a href="https://github.com/VaibhavArora314/StyleShare"><img src={github} alt="github" className='pointer w-14 h-14'/></a>
</div>
</div>
<div className='mt-20 text-gray-300 xl:flex justify-center text-md lg:text-xl xl:text-md'>Copyright @ Style Share</div>
<div className='mt-20 text-gray-300 xl:flex justify-center text-md lg:text-xl xl:text-md'>Copyright {new Date().getFullYear()} @ Style Share</div>
</div>
)
}
Expand Down

0 comments on commit c6f6f5b

Please sign in to comment.