mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
fix: remove broken feedback form (#1252)
* remove feedback * switch to comment
This commit is contained in:
parent
3ab7c441b1
commit
8780b4b80d
1 changed files with 2 additions and 1 deletions
|
|
@ -392,7 +392,8 @@ export class AppRoot extends polymerElementWithLocalize {
|
|||
<!-- Links section -->
|
||||
<paper-listbox>
|
||||
<span on-tap="maybeCloseDrawer"><a href="https://s3.amazonaws.com/outline-vpn/index.html#/en/support/dataCollection">[[localize('nav-data-collection')]]</a></span>
|
||||
<span on-tap="submitFeedbackTapped">[[localize('nav-feedback')]]</span>
|
||||
<!-- TODO(daniellacosse): restore this once the feedback form is fixed -->
|
||||
<!-- <span on-tap="submitFeedbackTapped">[[localize('nav-feedback')]]</span> -->
|
||||
<span on-tap="maybeCloseDrawer"><a href="https://s3.amazonaws.com/outline-vpn/index.html#/en/support/">[[localize('nav-help')]]</a></span>
|
||||
<span on-tap="aboutTapped">[[localize('nav-about')]]</span>
|
||||
<div id="links-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue