fix: make all h4 and subtitles capitalized
This commit is contained in:
@@ -21,9 +21,7 @@ export default async function Sidebar({ lang }: LangParams) {
|
||||
return (
|
||||
<aside className={styles.sidebar}>
|
||||
<nav className={styles.nav}>
|
||||
<Subtitle textTransform="regular" type="two">
|
||||
{navigation.title}
|
||||
</Subtitle>
|
||||
<Subtitle type="two">{navigation.title}</Subtitle>
|
||||
{navigation.menuItems.map((menuItem, idx) => (
|
||||
<Fragment key={`${menuItem.display_sign_out_link}-${idx}`}>
|
||||
<Divider color="beige" />
|
||||
|
||||
Reference in New Issue
Block a user