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 1ef6076 commit dd0bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Home/homefooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export default function HomeFooter() {
);
})}
</div>
<p className="text-sm font-semibold text-primary-100"> &copy; currentYear} Evento. All rights reserved.</p>
<p className="text-sm font-semibold text-primary-100"> &copy; {currentYear} Evento. All rights reserved.</p>
<div>
<Link href={''} className="pr-4 text-gray-500 font-medium">
Terms of Service
Expand Down

0 comments on commit dd0bbb5

Please sign in to comment.