diff --git a/src/components/page/Header.astro b/src/components/page/Header.astro index c9dffff..1a45785 100644 --- a/src/components/page/Header.astro +++ b/src/components/page/Header.astro @@ -1,36 +1,35 @@ --- import { Picture } from "astro:assets"; import { data } from "~/data/data"; -import { positionWithTeam } from "~/utils/utils.format"; const currentPath = Astro.url.pathname; const { Content, ...profile } = data.profile; const currentExperience = await data.experiences.getCurrent() const links = { '/': 'Posts', - '/about': 'About', + '/about/': 'About', } ---
-
+ -
-
- {profile.name} + + +
{profile.name}
{currentExperience && ( -
+ )} -
+