Update footer2.tsx

This commit is contained in:
MacRimi 2025-02-16 13:24:37 +01:00 committed by GitHub
parent 0366fa0156
commit 4cba35fc8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,24 +9,21 @@ export default function Footer() {
<footer className="bg-gray-900 text-white py-12"> <footer className="bg-gray-900 text-white py-12">
<div className="container mx-auto px-4 sm:px-6 lg:px-8"> <div className="container mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex flex-col md:flex-row justify-between"> <div className="flex flex-col md:flex-row justify-between">
{/* Support Section - Left Side */}
<div className="flex flex-col items-start mb-8 md:mb-0"> {/* Support Section - Left Side */}
<h4 className="text-lg font-semibold mb-4">Sponsor</h4> <div className="flex items-start mb-8 md:mb-0">
<p className="text-gray-400 mb-4 max-w-md">
If you would like to support the project.
</p>
<a <a
href="https://ko-fi.com/G2G313ECAN" href="https://ko-fi.com/G2G313ECAN"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="hover:opacity-90 transition-opacity flex items-center" className="hover:opacity-90 transition-opacity"
> >
<Image <Image
src="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/kofi.png" src="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/kofi.png"
alt="Support me on Ko-fi" alt="Support me on Ko-fi"
width={140} width={140}
height={40} height={40}
className="w-[140px] mr-[52px]" className="w-[140px]"
loading="lazy" loading="lazy"
/> />
</a> </a>