We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a70289 commit 0859ffdCopy full SHA for 0859ffd
browser-extension/tests/playground/claude.tsx
@@ -447,14 +447,6 @@ export const ClaudePrototype = () => {
447
>
448
{draft.repoSlug}
449
</a>
450
- <span className='inline-flex items-center gap-0.5 px-1.5 py-0.5 rounded-full text-xs border border-gray-300'>
451
- {draft.private ? (
452
- <Lock className='w-3 h-3' />
453
- ) : (
454
- <Globe className='w-3 h-3' />
455
- )}
456
- {draft.private ? 'Private' : 'Public'}
457
- </span>
458
<span className='inline-flex items-center gap-1 px-1.5 py-0.5 rounded-full text-xs bg-gray-100 border border-gray-300'>
459
{getKindIcon(draft.kind)}
460
{draft.kind}
0 commit comments