From 6b18df246c1e3425a1a6188365adc0433b69916b Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 18 Dec 2021 16:47:43 +0100 Subject: [PATCH] Hover the mouse over the data entry title to see it's source --- sidebar/stolen-data-cluster.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebar/stolen-data-cluster.tsx b/sidebar/stolen-data-cluster.tsx index ecaea10..615db0b 100644 --- a/sidebar/stolen-data-cluster.tsx +++ b/sidebar/stolen-data-cluster.tsx @@ -52,6 +52,7 @@ function StolenDataRow({ entry }: { entry: StolenDataEntry }) { width: "100px", overflowWrap: "anywhere", }} + title={"Źródło: " + entry.source} onClick={() => entry.toggleMark()} > {entry.name}