Skip to content

Commit f295995

Browse files
footer fixed
1 parent d40d312 commit f295995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/landing/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Image from "next/image";
2-
import applogotwo from "@/public/assets/icons/metallogo.png";
2+
import metallicLogo from "@/public/metallogo.webp";
33
import Link from "next/link";
44
import { features, product, resources } from "@/utils/footer-list-options";
55
import SVGIcon from "@/lib/svg-icon";
@@ -12,7 +12,7 @@ export default function Footer() {
1212
<div className="flex items-center gap-x-2 lg:gap-x-4">
1313
<Image
1414
className="w-5 sm:w-6 md:w-8 lg:w-10 xl:w-12"
15-
src={applogotwo}
15+
src={metallicLogo}
1616
alt=""
1717
height={100}
1818
width={100}

public/metallogo.webp

14.7 KB
Loading

0 commit comments

Comments
 (0)