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 f1822fa commit 98d7c3cCopy full SHA for 98d7c3c
browser-extension/tests/playground/claude.tsx
@@ -480,9 +480,7 @@ function commentRow(
480
481
{isGitHubDraft(draft) && (
482
<>
483
- <a href={'TODO'} className='hover:underline'>
484
- #{draft.number}
485
- </a>{' '}
+ #{draft.number}
486
<a href='TODO' className='hover:underline truncate'>
487
{draft.repoSlug}
488
</a>
@@ -521,8 +519,10 @@ function commentRow(
521
519
</div>
522
520
523
{/* Title */}
524
- <div className='text-sm truncate'>
525
- <span className='font-medium'>{draft.title}</span>
+ <div className='text-sm truncate hover:underline'>
+ <a href='TODO' className='font-medium'>
+ {draft.title}
+ </a>
526
527
{/* Draft */}
528
<div className='text-sm truncate'>
0 commit comments