mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update footer.tsx
This commit is contained in:
parent
fb81517fc4
commit
2f8fa052fc
@ -1,3 +1,5 @@
|
|||||||
|
"use client"
|
||||||
|
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
import { MessageCircle } from "lucide-react"
|
import { MessageCircle } from "lucide-react"
|
||||||
import Image from "next/image"
|
import Image from "next/image"
|
||||||
@ -20,11 +22,12 @@ export default function Footer() {
|
|||||||
className="hover:opacity-90 transition-opacity flex items-center"
|
className="hover:opacity-90 transition-opacity flex items-center"
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src="https://raw.githubusercontent.com/MacRimi/HWEncoderX/main/images/kofi.png"
|
src="/images/kofi.png"
|
||||||
alt="Support me on Ko-fi"
|
alt="Support me on Ko-fi"
|
||||||
width={175}
|
width={175}
|
||||||
height={50}
|
height={50}
|
||||||
className="w-[175px] mr-[65px]"
|
className="w-[175px] mr-[65px]"
|
||||||
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user