init commit
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user