1
0
Fork 0
mirror of https://gitbruv.vercel.app/api/git/bruv/gitbruv.git synced 2025-12-20 23:24:09 +01:00
This commit is contained in:
Ahmet Kilinc 2025-12-20 02:45:52 +00:00
parent 46cab693db
commit a63628e659
3 changed files with 7 additions and 5 deletions

View file

@ -33,7 +33,9 @@ export default async function RepoPage({ params }: { params: Promise<{ username:
<span className="text-xl font-bold">{username}</span>
</Link>
<span className="text-muted-foreground">/</span>
<h1 className="text-xl font-bold">{repo.name}</h1>
<div className="text-foreground">
<span className="text-xl font-bold">{repo.name}</span>
</div>
<Badge variant="secondary" className="text-xs font-normal">
{repo.visibility === "private" ? (
<>