Skip to content

Commit 8f57e04

Browse files
authored
Update footer.tsx
Co-authored-by: Snehal Wadhane <[email protected]> Signed-off-by: Yash Pawar <[email protected]>
1 parent c4c92cf commit 8f57e04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/footer.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Image from "next/image";
22
import Link from "next/link";
3-
3+
// import { SiLinkedin } from "react-icons/si"; // For TypeScript // Correct import
44
import {
5-
SiLinkedin,
5+
SiLinkerd,
66
SiFacebook,
77
SiYoutube,
88
SiX,
@@ -15,7 +15,7 @@ import logo from "@/public/logo.png";
1515

1616
export default function Footer() {
1717
return (
18-
<section className="bg-primary-content">
18+
<section className="bg-primary-foreground">
1919
<footer className="footer text-neutral-content p-10 max-w-screen-xl m-auto">
2020
<aside>
2121
<Image
@@ -42,7 +42,7 @@ export default function Footer() {
4242
target="_blank"
4343
rel="noopener noreferrer"
4444
>
45-
<SiLinkedin />
45+
<SiLinkerd />
4646
</Link>
4747
<Link
4848
href="https://www.instagram.com/cisconetacadviit/"

0 commit comments

Comments
 (0)