feat(WEB-250): overview hero final ui
This commit is contained in:
@@ -5,7 +5,7 @@ import { logout } from "@/constants/routes/handleAuth"
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
import Link from "@/components/TempDesignSystem/Link"
|
||||
import Title from "@/components/Title"
|
||||
import Title from "@/components/TempDesignSystem/Title"
|
||||
|
||||
import styles from "./sidebar.module.css"
|
||||
|
||||
@@ -17,9 +17,7 @@ export default async function Sidebar({ lang }: LangParams) {
|
||||
return (
|
||||
<aside className={styles.sidebar}>
|
||||
<nav className={styles.nav}>
|
||||
<Title level="h5" uppercase>
|
||||
{navigation.title}
|
||||
</Title>
|
||||
<Title level="h5">{navigation.title}</Title>
|
||||
{navigation.items.map((item) => (
|
||||
<Fragment key={item.uid}>
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user