Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Remove banner soliciting feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
harumhelmy committed Aug 24, 2020
1 parent 0dcbc3a commit c9ee3c1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/header-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ export default function HeaderBar({ onClickMenuButton, closeGap }) {
)}
</span>
</div>
{/* TODO link to feedback form */}
<div className="header-bar__give-feedback">
<a
href="https://docs.google.com/forms/d/1ao2f12U96lKlbVJifrWHEhPmCAB3ZHD16s-I7WmJyU4/viewform?edit_requested=true"
target="_blank"
rel="noopener noreferrer"
>
Give Feedback
</a>
</div>
</div>
);
}
Expand Down

0 comments on commit c9ee3c1

Please sign in to comment.