Skip to content

Commit

Permalink
Update Footer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sujoyduttajad committed Jun 15, 2022
1 parent 6cd9137 commit 4944cc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ import {
} from './Footer.elements';

function Footer() {

const date = new Date();

return (
<FooterContainer>
<FooterSubscription>
Expand Down Expand Up @@ -82,7 +85,7 @@ function Footer() {
<SocialIcon />
ULTRA
</SocialLogo>
<WebsiteRights>ULTRA © 2020</WebsiteRights>
<WebsiteRights>ULTRA © {date.getFullYear()} </WebsiteRights>
<SocialIcons>
<SocialIconLink href='/' target='_blank' aria-label='Facebook'>
<FaFacebook />
Expand Down

0 comments on commit 4944cc4

Please sign in to comment.