File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import Image from "next/image" ;
22import Link from "next/link" ;
3-
3+ // import { SiLinkedin } from "react-icons/si"; // For TypeScript // Correct import
44import {
5- SiLinkedin ,
5+ SiLinkerd ,
66 SiFacebook ,
77 SiYoutube ,
88 SiX ,
@@ -15,7 +15,7 @@ import logo from "@/public/logo.png";
1515
1616export 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/"
You can’t perform that action at this time.
0 commit comments