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

Commit

Permalink
Merge pull request #175 from PREreview/remove-feedback
Browse files Browse the repository at this point in the history
Remove homepage banner soliciting feedback
  • Loading branch information
harumhelmy authored Aug 24, 2020
2 parents 0dcbc3a + 019cbcd commit 25bc87a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
24 changes: 0 additions & 24 deletions src/components/header-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,6 @@
}
}

& .header-bar__give-feedback {
position: fixed;
font: var(--ui-basic-font);
line-height: 1.25em;
background-color: var(--prereview-red);
color: white;
text-shadow: 0px 0px 10px #eb0000; /* improve contrast for accessability */
right: 0px;
bottom: var(--xlgrd);
width: 56px;
padding: var(--xsgrd);
padding-right: var(--mgrd);
border-top-left-radius: var(--xsgrd);
border-bottom-left-radius: var(--xsgrd);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
& :any-link {
color: white;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}

/* the hamburder is only visible on narrow screens */
& .header-bar__menu-button {
display: none;
Expand Down
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 25bc87a

Please sign in to comment.