Merge pull request #395 from seanmorley15/update-nl

Update nl.json
This commit is contained in:
Sean Morley
2024-12-02 15:47:37 -05:00
committed by GitHub
5 changed files with 83 additions and 79 deletions

View File

@@ -594,7 +594,7 @@
<Popup openOn="click" offset={[0, -10]}>
<div class="text-lg text-black font-bold">{adventure.name}</div>
<p class="font-semibold text-black text-md">
{adventure.type.charAt(0).toUpperCase() + adventure.type.slice(1)}
{adventure.category?.display_name + ' ' + adventure.category?.icon}
</p>
</Popup>
</DefaultMarker>