Skip to content

Commit

Permalink
adding synonym moderation link to circulars index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey authored and lpsinger committed Oct 16, 2024
1 parent 14f8268 commit 49d38a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/routes/circulars._archive._index/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ export default function () {
{requestedChangeCount > 1 ? 's' : ''}
</Link>
)}
{userIsModerator && (
<Link to="/synonyms" className="usa-button usa-button--outline">
Synonym Moderation
</Link>
)}
<ToolbarButtonGroup className="position-sticky top-0 bg-white margin-bottom-1 padding-top-1 z-300">
<Form
preventScrollReset
Expand Down

0 comments on commit 49d38a5

Please sign in to comment.