mirror of
https://gitbruv.vercel.app/api/git/bruv/gitbruv.git
synced 2025-12-20 23:24:09 +01:00
fix
This commit is contained in:
parent
46cab693db
commit
a63628e659
3 changed files with 7 additions and 5 deletions
|
|
@ -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" ? (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue