Skip to content

Commit

Permalink
Feedback blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
jboolean committed Jan 28, 2024
1 parent 22265c0 commit f906097
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/screens/App/screens/Corrections/Corrections.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@
grid-template-columns: 1fr;
}
}

.finePrint {
font-size: 12px;
}
7 changes: 7 additions & 0 deletions frontend/src/screens/App/screens/Corrections/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ const CorrectionsDialogContent = (): JSX.Element | null => {
Corrections are not immediate. They are processed nightly and will be
visible tomorrow.
</p>
<p className={stylesheet.smallPrint}>
This is a new feature. Send feedback to{' '}
<a href="mailto:[email protected]" target="_blank" rel="noreferrer">
[email protected]
</a>
.
</p>
</div>

<div>
Expand Down

0 comments on commit f906097

Please sign in to comment.