Skip to content

Commit

Permalink
Refactor href in SingleSidebar component
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 13, 2024
1 parent 8766a87 commit 5b41608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const t = useTranslations(lang, '@studiocms/dashboard:sidebar');
</div>
<Divider background='background-step-1'>{t("category-1-header")}</Divider>
<div class="sidebar-link-group">
<SidebarLink icon='home' href={'/dashboard'}>
<SidebarLink icon='home' href={'/dashboard/'}>
{t("dashboard-link-label")}
</SidebarLink>
<SidebarLink icon='pencil-square' href={'/dashboard/test'}>
Expand Down

0 comments on commit 5b41608

Please sign in to comment.