From c96890b435bfb1e7e0fbe676bd3720285681dc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20=C5=A0korpil?= Date: Mon, 3 Jan 2022 14:10:33 +0100 Subject: [PATCH] Added title to software badge --- application/src/components/badges/SoftwareBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/components/badges/SoftwareBadge.tsx b/application/src/components/badges/SoftwareBadge.tsx index 64e92d1..9f2da3b 100644 --- a/application/src/components/badges/SoftwareBadge.tsx +++ b/application/src/components/badges/SoftwareBadge.tsx @@ -7,7 +7,7 @@ const SoftwareBadge:React.FC<{softwareName:string|null}> = ({ softwareName }) => event.target.src = fallbackImage } - return (
+ return (