diff --git a/src/config.ts b/src/config.ts index 24d97db..8afdbbe 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,6 +22,16 @@ export const BUTTONS = [ background: "bg-github hover:bg-github/80", href: "https://github.com/xhyrom-forks", }, + { + name: "Hyro's Utils (GitHub)", + background: "bg-github hover:bg-github/80", + href: "https://github.com/xhyrom-utils", + }, + { + name: "Hyro's Archive (GitHub)", + background: "bg-github hover:bg-github/80", + href: "https://github.com/xhyrom-archive", + }, { name: "Discord", background: "bg-discord hover:bg-discord/80",