init commit

This commit is contained in:
2026-05-07 10:27:16 +02:00
parent dea186c995
commit 9ad2672a66
36 changed files with 965 additions and 15 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ export default function RepoPage() {
)}
{repo.isEmpty ? (
<GettingStarted owner={owner} repoName={repoName} branch={branch} cloneUrl={cloneUrl} />
<GettingStarted repoName={repoName} branch={branch} cloneUrl={cloneUrl} />
) : (
<>
{/* Branch pill + repo nav tabs */}
@@ -59,8 +59,8 @@ export default function RepoPage() {
)
}
function GettingStarted({ owner, repoName, branch, cloneUrl }: {
owner: string; repoName: string; branch: string; cloneUrl: string
function GettingStarted({ repoName, branch, cloneUrl }: {
repoName: string; branch: string; cloneUrl: string
}) {
return (
<div className="border border-[#DFE1E6] rounded-lg overflow-hidden">