Gobluebro / Elden-Ring-Checklist

A checklist for you to complete as you go through Elden Ring.

Home Page:https://gobluebro.github.io/Elden-Ring-Checklist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Map Link functionality

davvolun opened this issue · comments

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.

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