Skip to content

Commit 0859ffd

Browse files
committed
Remove the public/private filter
1 parent 9a70289 commit 0859ffd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

browser-extension/tests/playground/claude.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -447,14 +447,6 @@ export const ClaudePrototype = () => {
447447
>
448448
{draft.repoSlug}
449449
</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>
458450
<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'>
459451
{getKindIcon(draft.kind)}
460452
{draft.kind}

0 commit comments

Comments
 (0)