Merge pull request #158 from Pratiyankkumar/added-repo-url
feat: make Open Source badge a clickable link to GitHub repository
This commit is contained in:
@ -78,10 +78,15 @@ export default async function ContributorsPage() {
|
|||||||
<div className="relative container mx-auto px-4 py-16">
|
<div className="relative container mx-auto px-4 py-16">
|
||||||
<div className="max-w-6xl mx-auto">
|
<div className="max-w-6xl mx-auto">
|
||||||
<div className="text-center mb-20">
|
<div className="text-center mb-20">
|
||||||
|
<Link
|
||||||
|
href={"https://github.com/OpenCut-app/OpenCut"}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
<Badge variant="secondary" className="gap-2 mb-6">
|
<Badge variant="secondary" className="gap-2 mb-6">
|
||||||
<GithubIcon className="h-3 w-3" />
|
<GithubIcon className="h-3 w-3" />
|
||||||
Open Source
|
Open Source
|
||||||
</Badge>
|
</Badge>
|
||||||
|
</Link>
|
||||||
<h1 className="text-5xl md:text-6xl font-bold tracking-tight mb-6">
|
<h1 className="text-5xl md:text-6xl font-bold tracking-tight mb-6">
|
||||||
Contributors
|
Contributors
|
||||||
</h1>
|
</h1>
|
||||||
|
Reference in New Issue
Block a user