Skip to content

Commit

Permalink
Update homefooter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 authored Jan 15, 2024
1 parent 7fef587 commit c8a8093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Home/homefooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const socials = [
];

export default function HomeFooter() {
const currentYear = new Date().getFullYear();
return (
<footer className={`${nunito.className} max-w-[1240px] mx-auto p-4 py-12`}>
<div className="flex flex-col lg:flex-row lg:items-center justify-between gap-5 lg:gap-0 border-b border-b-Grey-G30 pb-6">
Expand Down

0 comments on commit c8a8093

Please sign in to comment.