Update footer.tsx

This commit is contained in:
MacRimi 2025-02-16 13:01:12 +01:00 committed by GitHub
parent 92435a088f
commit 635c070603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ export default function Footer() {
<div className="flex flex-col items-start md:items-end">
<h4 className="text-lg font-semibold mb-4">Connect</h4>
<p className="text-gray-400 mb-4 max-w-md md:text-right">
Join our community discussions on GitHub to get help, share ideas, and contribute to the project.
Join the community discussions on GitHub to get help, share ideas, and contribute to the project. Every idea is welcome!
</p>
<Link
href="https://github.com/MacRimi/ProxMenux/discussions"
@ -52,7 +52,7 @@ export default function Footer() {
{/* Copyright - Center */}
<div className="mt-8 pt-8 border-t border-gray-800 text-center text-gray-400">
<p>ProxMenux, a project by MacRimi.</p>
<p>ProxMenux, an open-source and collaborative project by MacRimi.</p>
</div>
</div>
</footer>