Skip to content

Commit

Permalink
chore: change footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadrafidev committed Oct 29, 2024
1 parent 299352d commit 1e0f866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const Footer: React.FC = () => {
return (
<footer className="flex flex-col sm:flex-row py-4 md:py-8 w-full items-center px-6 md:px-14 bg-gray-50 dark:bg-black justify-between" aria-label="Main Footer">
<p className="text-xs md:text-sm font-normal text-gray-600 dark:text-gray-300">
Engineered with passion by <Link href="https://x.com/rafiwiranaa" passHref className="underline" aria-label="Visit Rafi's Twitter">Rafi</Link>.
Built by <Link href="https://x.com/rafiwiranaa" passHref className="underline" aria-label="Visit Rafi's Twitter">Rafi</Link>.
</p>
<p className="text-xs md:text-sm font-normal text-gray-600 dark:text-gray-300" aria-label="Copyright Information">
© 2024 AstraUI
© {new Date().getFullYear()} AstraUI
</p>
</footer>
);
Expand Down

0 comments on commit 1e0f866

Please sign in to comment.