Skip to content

Commit

Permalink
Update Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
erlisakulla committed Jan 11, 2024
1 parent f6df2af commit 380dffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { FiLinkedin, FiFacebook, FiGithub, FiMail } from 'react-icons/fi';

class Navbar extends React.Component {
render() {
const today = new Date();
return (
<>
<div className="footer">
Expand Down Expand Up @@ -50,7 +51,7 @@ class Navbar extends React.Component {

<div className="footer-text">
Made with React and Github Pages <br/>
Copyright © Erlisa Kulla 2023
Copyright © Erlisa Kulla {today.getFullYear()}
</div>
</div>
</>
Expand Down

0 comments on commit 380dffa

Please sign in to comment.