diff --git a/src/components/BottomBar.astro b/src/components/BottomBar.astro index 47727da..74575d6 100644 --- a/src/components/BottomBar.astro +++ b/src/components/BottomBar.astro @@ -4,6 +4,7 @@ import type Page from "../types/page.ts" const sections: Array = [ { title: "Home", id: "home", icon: "home" }, { title: "Projects", id: "projects", icon: "build" }, + { title: "Certifications", id: "certificates", icon: "school" }, { title: "Hire Me", id: "hire", icon: "person" }, ] ---