diff options
Diffstat (limited to 'source/features/quick-review.tsx')
| -rw-r--r-- | source/features/quick-review.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/quick-review.tsx b/source/features/quick-review.tsx index 7cc4e23c..a7cb91a4 100644 --- a/source/features/quick-review.tsx +++ b/source/features/quick-review.tsx @@ -19,7 +19,7 @@ async function addSidebarReviewButton(): Promise<void | false> { sidebarReviewsSection!.append( <span style={{fontWeight: 'normal'}}> - – <a href={reviewFormUrl.href} className="btn-link muted-link Link--muted" data-hotkey="v">review now</a> + – <a href={reviewFormUrl.href} className="btn-link Link--muted" data-hotkey="v">review now</a> </span>, ); } |
