Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Edited footer
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanialhenniges committed Oct 30, 2023
1 parent 5fbb4c4 commit 937b911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export default function Footer() {
const copyrightYear = new Date().getFullYear();
return (
<>
<footer className=" text-gray-700 dark:text-white">
<footer className=" text-gray-900 dark:text-gray-200">
<div className="container mx-auto flex flex-col items-center px-5 py-5 sm:flex-row">
<p className="text-center text-gray-500 md:text-right">
<p className="text-center md:text-right">
© {copyrightYear}
<a
href="https://www.mrdemonwolf.com"
Expand Down

0 comments on commit 937b911

Please sign in to comment.