creativecommons / chooser

The new and improved CC license selection tool.
https://chooser-beta.creativecommons.org
MIT License
98 stars 121 forks source link

[Feature] Remove Feedback links in `HeaderSection.vue` and `FooterSection.vue` #442

Closed possumbilities closed 1 year ago

possumbilities commented 1 year ago

Problem

The feedback links are no longer needed, and may misdirect desired feedback to the wrong location.

Description

The items need to be removed either with CSS display:none; or the item and any relevant wrapper HTML removed entirely.

Implementation