Yummygum / flagpack-core

Flagpack contains 250+ flag icons to easily use within your code project.
https://flagpack.xyz
MIT License
576 stars 131 forks source link

MIT license's URL is not working in the License details section #99

Open JuanPabloDiaz opened 6 months ago

JuanPabloDiaz commented 6 months ago

the MIT license URL is not working as expected. it's displaying the HTML <a> tag instead of the MIT link.

Please check all that apply

Expected Behavior

Display the MIT license with a hyperlink for users to click on.

Current Behavior

The HTML <a> tag is getting displayed in the License details section of the support page.

Possible Solution

The <a> tag needs to be outside of the <p> tag

  <p data-v-31d4ab2c="">Flagpack is an open source project published under a </p>
  <a href="https://github.com/Yummygum/flagpack-core/blob/main/LICENSE" target="_blank" class="text-link" rel="noreferrer noopener">MIT license</a>

Flagpack is an open source project published under a:

MIT license

Steps to Reproduce

  1. From the main page, click on the support tab.
  2. In the License details
  3. The HTML <a> tag is getting displayed instead of showing a link

Screenshots

License details

Logs

Context

Your Environment