Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fw-5045, consistent dashboard tiles #167

Merged
merged 8 commits into from
Oct 24, 2023
Prev Previous commit
Next Next commit
fix url
sarahfirstvoices committed Oct 24, 2023
commit d5e9799c037de1416f42ba0db092f4b2891f0178
2 changes: 1 addition & 1 deletion src/components/Dashboard/DashboardData.js
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ function DashboardData() {
icon: 'Phrase',
name: 'Edit Words and Phrases',
description: 'Edit the words and phrases in your dictionary',
href: `entries?${TYPES}=${TYPE_WORD},${TYPE_PHRASE}`,
href: `edit/entries?${TYPES}=${TYPE_WORD},${TYPE_PHRASE}`,
iconColor: 'storyText',
auth: EDITOR,
},