From 826ca1c0c73acfe53c11ce008ef3c923d1fd8022 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Fri, 13 Mar 2026 09:16:21 -0400 Subject: [PATCH] feat: replace WRAITH text with ghost logo in nav bar and login Co-Authored-By: Claude Opus 4.6 --- frontend/layouts/default.vue | 4 ++-- frontend/pages/login.vue | 3 +-- frontend/public/wraith-logo.png | Bin 0 -> 30489 bytes 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 frontend/public/wraith-logo.png diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index 97395a8..19341b9 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -32,8 +32,8 @@ onMounted(async () => {
-
-

WRAITH

+
+ Wraith
Home diff --git a/frontend/pages/login.vue b/frontend/pages/login.vue index e999f08..35c7a6b 100644 --- a/frontend/pages/login.vue +++ b/frontend/pages/login.vue @@ -35,8 +35,7 @@ async function handleLogin() {