Skip to content

Commit

Permalink
Merge pull request #858 from Vizzuality/LET-1437-sd-gs-tooltip-showin…
Browse files Browse the repository at this point in the history
…g-incorrect-text

[LET-1437] Fix SDGs tooltips - test text incorrectly displayed; it should displa…
  • Loading branch information
SARodrigues authored Mar 21, 2024
2 parents c7be61a + fd9a92e commit bf166dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/containers/sdgs/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const SDGs: FC<SDGsProps> = ({ className, size = 'small', sdgs = [] }: SD
arrowClassName="bg-black"
content={
<div className="max-w-xs p-2 font-sans text-sm font-normal text-white bg-black rounded-sm">
haha
{sdg.name}
</div>
}
>
Expand Down

0 comments on commit bf166dc

Please sign in to comment.