Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 23, 2024
1 parent 265ac41 commit 69dce29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/frontend/page/style/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Sidebar =( )=>{
const name = i18nName(slug as StyleKey);
if(!name) return;
return(
<Link href={`/style/${slug}`} key={slug} className={linkCls}>
<Link href={`/${slug}`} key={slug} className={linkCls}>
<NavIcon slug={slug as StyleKey} />
<span className="text-sm">{name}</span>
</Link>
Expand Down

0 comments on commit 69dce29

Please sign in to comment.