Skip to content

Commit 20beacd

Browse files
nightcitybladenightcityblade
andauthored
fix: add GitHub link tooltips in top lists (#91)
Co-authored-by: nightcityblade <nightcityblade@gmail.com>
1 parent 84304c4 commit 20beacd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/top-list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function TopList({ userResults }: Props) {
3939
{data.titleUrl ? (
4040
<a
4141
href={data.titleUrl}
42+
title="Open on GitHub"
4243
target="_blank"
4344
rel="noopener noreferrer"
4445
className="text-primary hover:underline"

0 commit comments

Comments
 (0)