Skip to content

Commit

Permalink
add important classes for popup name
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Apr 23, 2023
1 parent f58e0c6 commit c637394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/map/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export const generateMarker = (
element.tags && element.tags.name
? `<a href='/merchant/${element.type}:${
element.id
}' class='inline-block font-bold text-lg text-link hover:text-hover transition-colors leading-snug max-w-[300px]' title='Merchant name'>${
}' class='inline-block font-bold text-lg !text-link hover:!text-hover transition-colors leading-snug max-w-[300px]' title='Merchant name'>${
element.tags.name
} ${description ? `<span id='description' title='Description'></span>` : ''}</a>`
: ''
Expand Down

0 comments on commit c637394

Please sign in to comment.