From 1df49b0b84441fa2f9703cc88f2dc1dcb5642e5c Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 29 Dec 2023 17:00:13 -0500 Subject: [PATCH] feat: rebrand site to 'oeufs' eggworld is a tad immature for me now. so we must call it oeufs. that'll show them. --- components/Navbar.vue | 2 +- composables/metadata.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Navbar.vue b/components/Navbar.vue index 338e7a1..467231c 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -8,7 +8,7 @@ const props = defineProps<{ activeItem?: string }>();