Skip to content

Commit 479c707

Browse files
theosandersonclaude
andcommitted
feat(website): add tooltip with field label to author section entries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7e77737 commit 479c707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/SequenceDetailsPage/DataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const DataTableComponent: React.FC<Props> = ({
6464
{authorSection
6565
.flatMap(({ rows }) => rows)
6666
.map((entry: TableDataEntry, index: number) => (
67-
<h4 key={index} className='text-sm text-gray-500'>
67+
<h4 key={index} className='text-sm text-gray-500' title={entry.label}>
6868
{entry.value}
6969
</h4>
7070
))}

0 commit comments

Comments
 (0)