Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jul 16, 2024
1 parent d1c0fb3 commit 1c1432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/MuffinDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function MuffinDashboard() {
return (
<Stack gap={2} pt={1}>
<Stack direction="row">
{help && <HelpLink size="large" href={help} label={translate("muffin.how_to_use_admin")} />}
{help && <HelpLink href={help} label={translate("muffin.how_to_use_admin")} />}
{buildAdmin(["dashboard-actions"])}
</Stack>
<Grid container spacing={1}>
Expand Down

0 comments on commit 1c1432b

Please sign in to comment.