File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import {
37
37
Minimize ,
38
38
Search ,
39
39
Settings ,
40
- Unlock ,
41
40
} from "lucide-react"
42
41
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter"
43
42
import { atomDark } from "react-syntax-highlighter/dist/esm/styles/prism"
@@ -314,12 +313,6 @@ export default function RepoProjectStructure() {
314
313
{ repoType === "github" && (
315
314
< div className = "flex items-center gap-2" >
316
315
< PrivateReposDialog />
317
- { hasPrivateToken && (
318
- < div className = "flex items-center gap-1 text-xs text-green-600 bg-green-50 dark:bg-green-900/20 px-2 py-1 rounded" >
319
- < Unlock className = "h-3 w-3" />
320
- Private repos enabled
321
- </ div >
322
- ) }
323
316
</ div >
324
317
) }
325
318
< div className = "relative flex-grow" >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default function PrivateReposDialog() {
46
46
{ hasToken ? (
47
47
< >
48
48
< Unlock className = "h-4 w-4 text-green-600" />
49
- Private Repos
49
+ Private Repos enabled
50
50
</ >
51
51
) : (
52
52
< >
@@ -56,7 +56,7 @@ export default function PrivateReposDialog() {
56
56
) }
57
57
</ Button >
58
58
</ DialogTrigger >
59
- < DialogContent className = "sm:max-w-[500px ]" >
59
+ < DialogContent className = "sm:max-w-[600px ]" >
60
60
< DialogHeader >
61
61
< DialogTitle > Enter GitHub Personal Access Token</ DialogTitle >
62
62
</ DialogHeader >
You can’t perform that action at this time.
0 commit comments