diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 981c63f..b60bf09 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,13 +1,19 @@ --- -import { basics } from "@cv"; -const { name } = basics; +import { SITE } from "@/consts"; +import Container from "@/components/Container.astro"; --- - diff --git a/src/consts.ts b/src/consts.ts index f862960..16e0f38 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -3,7 +3,7 @@ import type { Site, Links } from "@/types"; export const SITE: Site = { TITLE: "Rxyhn", DESCRIPTION: "Rxyhn's personal website", - AUTHOR: "Rayhan Pratama", + AUTHOR: "Rayhan Kafi Pratama", }; // Links