Skip to content

Commit 3c2300a

Browse files
committed
tmp: remove vessel image tooltip
1 parent c4a2989 commit 3c2300a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/components/ui/map-vessel-tooltip.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ const MapVesselTooltip = ({
5454
>
5555
<div className="flex flex-col">
5656
<div className="relative">
57-
<Image
57+
{/* <Image
5858
className="rounded-t-lg"
5959
src="/img/scrombus.jpg"
6060
alt="default fishing vessel image"
6161
width={288}
6262
height={162}
63-
/>
63+
/> */}
6464
<Image
6565
className="absolute bottom-[-11px] left-5 z-0 rounded-sm shadow-md"
6666
src={`https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/${getCountryISO2(country_iso3)}.svg`.toLowerCase()}
@@ -70,7 +70,7 @@ const MapVesselTooltip = ({
7070
/>
7171
</div>
7272
</div>
73-
<div className="flex flex-col gap-8 rounded-b-lg bg-white p-5">
73+
<div className="flex flex-col gap-8 rounded-lg bg-white p-5">
7474
<div className="flex flex-col">
7575
<h5 className="text-xl font-bold tracking-tight text-background dark:text-white">
7676
{ship_name}

0 commit comments

Comments
 (0)