Closed davvolun closed 9 months ago
Partly discussed on PR #25
Idea is to update the map links to be styled nicely, fitting with the design, and with appropriate UI/UX.
Suggestion is to use the JSX.Element (types: description: string | JSX.Element) to allow inline links.
description: string | JSX.Element
@Gobluebro I'm planning on doing this myself, but please insert any requirements/suggestions.
Should be able to use https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml to add the jsx to the component. Despite the scary name it will be fine.
Requested changes completed in 06caa17
Partly discussed on PR #25
Idea is to update the map links to be styled nicely, fitting with the design, and with appropriate UI/UX.
Suggestion is to use the JSX.Element (types:
description: string | JSX.Element
) to allow inline links.@Gobluebro I'm planning on doing this myself, but please insert any requirements/suggestions.