We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84304c4 commit 20beacdCopy full SHA for 20beacd
1 file changed
components/top-list.tsx
@@ -39,6 +39,7 @@ export function TopList({ userResults }: Props) {
39
{data.titleUrl ? (
40
<a
41
href={data.titleUrl}
42
+ title="Open on GitHub"
43
target="_blank"
44
rel="noopener noreferrer"
45
className="text-primary hover:underline"
0 commit comments