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
|
|
@ -32,8 +32,8 @@ export default async function TreePage({ params }: { params: Promise<{ username:
|
|||
<span className="text-xl font-bold">{username}</span>
|
||||
</Link>
|
||||
<span className="text-muted-foreground">/</span>
|
||||
<Link href={`/${username}/${repoName}`} className="text-accent hover:underline font-bold">
|
||||
{repoName}
|
||||
<Link href={`/${username}/${repoName}`} className="text-accent hover:underline">
|
||||
<span className="text-xl font-bold">{repoName}</span>
|
||||
</Link>
|
||||
<Badge variant="secondary" className="text-xs font-normal">
|
||||
{repo.visibility === "private" ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue