mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update support-project.tsx
This commit is contained in:
parent
a48880d567
commit
7ba808f759
@ -1,7 +1,13 @@
|
||||
"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 (
|
||||
<section className="py-16 bg-gray-900">
|
||||
<div className="container mx-auto px-4 text-center">
|
||||
@ -11,10 +17,7 @@ export default function SupportProject() {
|
||||
others discover it!
|
||||
</p>
|
||||
<div className="flex justify-center items-center">
|
||||
<Button
|
||||
className="bg-yellow-400 text-gray-900 hover:bg-yellow-500"
|
||||
onClick={() => window.open("https://github.com/MacRimi/ProxMenux", "_blank")}
|
||||
>
|
||||
<Button className="bg-yellow-400 text-gray-900 hover:bg-yellow-500" onClick={handleClick}>
|
||||
<Star className="mr-2" />
|
||||
Star on GitHub
|
||||
</Button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user