chore: update navigation active color
This commit is contained in:
committed by
Michael Zetterberg
parent
53278ece75
commit
9b1b4bd40f
@@ -21,7 +21,9 @@ export default async function Sidebar({ lang }: LangParams) {
|
||||
return (
|
||||
<aside className={styles.sidebar}>
|
||||
<nav className={styles.nav}>
|
||||
<Title level="h5">{navigation.title}</Title>
|
||||
<Title textTransform="regular" level="h5">
|
||||
{navigation.title}
|
||||
</Title>
|
||||
{navigation.menuItems.map((menuItem, idx) => (
|
||||
<Fragment key={`${menuItem.display_sign_out_link}-${idx}`}>
|
||||
<Divider color="peach" />
|
||||
|
||||
Reference in New Issue
Block a user