diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 2b14149..f013230 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -3,7 +3,7 @@ import { motion, AnimatePresence } from "framer-motion"; import { DragonsChildLogo } from "../assets/logos/DragonsChild"; import { GithubIcon } from "../assets/icons/GithubIcon"; -import { DragonsIcon } from "../assets/icons/BygulIcon"; +import { BygulIcon } from "../assets/icons/BygulIcon"; import { InstagramIcon } from "../assets/icons/InstagramIcon"; import { TwitterIcon } from "../assets/icons/TwitterIcon"; diff --git a/src/pages/index.astro b/src/pages/index.astro index 7d5ed20..bd3e563 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,7 +15,7 @@ import "../styles/FeaturesDiagonal.styles.css"; import { ScrollUpButton } from "../components/ScrollUpButton"; --- - +