Fix/icon size and url (#7605)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Lucas
2023-03-08 21:59:15 +00:00
committed by GitHub
co-authored by Peer Richelsen
parent b03bcc7470
commit 2e5c0c6332
@@ -39,7 +39,7 @@ export function AvailableEventLocations({ locations }: { locations: Props["event
return (
<div key={`${location.type}-${index}`} className="flex flex-row items-center text-sm font-medium">
{eventLocationType.iconUrl === "/link.svg" ? (
<FiLink className="dark:text-darkgray-600 ml-[2px] h-4 w-4 opacity-70 ltr:mr-[10px] rtl:ml-[10px] dark:opacity-100 " />
<FiLink className="dark:text-darkgray-600 min-h-4 min-w-4 ml-[2px] opacity-70 ltr:mr-[10px] rtl:ml-[10px] dark:opacity-100 " />
) : (
<img
src={eventLocationType.iconUrl}