Skip to content

Commit 98d7c3c

Browse files
committed
Minor improvement.
1 parent f1822fa commit 98d7c3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

browser-extension/tests/playground/claude.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,7 @@ function commentRow(
480480

481481
{isGitHubDraft(draft) && (
482482
<>
483-
<a href={'TODO'} className='hover:underline'>
484-
#{draft.number}
485-
</a>{' '}
483+
#{draft.number}
486484
<a href='TODO' className='hover:underline truncate'>
487485
{draft.repoSlug}
488486
</a>
@@ -521,8 +519,10 @@ function commentRow(
521519
</div>
522520

523521
{/* Title */}
524-
<div className='text-sm truncate'>
525-
<span className='font-medium'>{draft.title}</span>
522+
<div className='text-sm truncate hover:underline'>
523+
<a href='TODO' className='font-medium'>
524+
{draft.title}
525+
</a>
526526
</div>
527527
{/* Draft */}
528528
<div className='text-sm truncate'>

0 commit comments

Comments
 (0)