File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ const MapVesselTooltip = ({
54
54
>
55
55
< div className = "flex flex-col" >
56
56
< div className = "relative" >
57
- < Image
57
+ { /* <Image
58
58
className="rounded-t-lg"
59
59
src="/img/scrombus.jpg"
60
60
alt="default fishing vessel image"
61
61
width={288}
62
62
height={162}
63
- />
63
+ /> */ }
64
64
< Image
65
65
className = "absolute bottom-[-11px] left-5 z-0 rounded-sm shadow-md"
66
66
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 = ({
70
70
/>
71
71
</ div >
72
72
</ 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" >
74
74
< div className = "flex flex-col" >
75
75
< h5 className = "text-xl font-bold tracking-tight text-background dark:text-white" >
76
76
{ ship_name }
You can’t perform that action at this time.
0 commit comments