"use client" import { Button } from "@/components/ui/button" import { Star } from "lucide-react" export default function SupportProject() { const handleClick = () => { window.open("https://github.com/MacRimi/ProxMenux", "_blank") } return (

Support the Project!

If you find ProxMenux useful, consider giving it a ⭐ on GitHub to help others discover it!

) }