feat: replace WRAITH text with ghost logo in nav bar and login

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-13 09:16:21 -04:00
parent f778213c32
commit 826ca1c0c7
3 changed files with 3 additions and 4 deletions

View File

@ -32,8 +32,8 @@ onMounted(async () => {
<div class="h-screen flex flex-col bg-gray-950 text-gray-100"> <div class="h-screen flex flex-col bg-gray-950 text-gray-100">
<!-- Top bar --> <!-- Top bar -->
<header class="h-12 flex items-center justify-between px-4 bg-gray-900 border-b border-gray-800 shrink-0"> <header class="h-12 flex items-center justify-between px-4 bg-gray-900 border-b border-gray-800 shrink-0">
<div class="flex items-center gap-3"> <div class="flex items-center gap-2">
<h1 class="text-lg font-bold tracking-wider text-wraith-400">WRAITH</h1> <img src="/wraith-logo.png" alt="Wraith" class="h-8" />
</div> </div>
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">
<NuxtLink to="/" class="text-sm text-gray-400 hover:text-white">Home</NuxtLink> <NuxtLink to="/" class="text-sm text-gray-400 hover:text-white">Home</NuxtLink>

View File

@ -35,8 +35,7 @@ async function handleLogin() {
<template> <template>
<div class="w-full max-w-sm"> <div class="w-full max-w-sm">
<div class="text-center mb-8"> <div class="text-center mb-8">
<h1 class="text-3xl font-bold text-white tracking-wide">WRAITH</h1> <img src="/wraith-logo.png" alt="Wraith" class="h-20 mx-auto" />
<p class="text-gray-500 mt-1 text-sm">Remote Access Terminal</p>
</div> </div>
<form @submit.prevent="handleLogin" class="space-y-4 bg-gray-900 p-6 rounded-lg border border-gray-800"> <form @submit.prevent="handleLogin" class="space-y-4 bg-gray-900 p-6 rounded-lg border border-gray-800">
<template v-if="!requiresTotp"> <template v-if="!requiresTotp">

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB