Skip to content

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh authored Nov 23, 2023
1 parent 0cf14ef commit 65b1ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
const Footer = () => {
const time = new Date().getFullYear();
return (
<footer className="footer sm:absolute sm:bottom-0 bg-neutral-900 p-10 text-white">
<footer className="footer bg-neutral-900 p-10 text-white">
<div>
<div className="relative flex h-20 w-20 items-center justify-center rounded-full">
<Image src="/logo.webp" fill={true} className="" alt="logo"></Image>
Expand Down

0 comments on commit 65b1ccb

Please sign in to comment.