fix: hide nonexisting logo in login page
Build And Push Image / docker (push) Successful in 2m55s Details

This commit is contained in:
Ron 2025-08-06 21:13:08 +03:00
parent 5e2544be6d
commit 228968bad1
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
<v-card class="elevation-8 rounded-lg"> <v-card class="elevation-8 rounded-lg">
<v-card-text class="pa-8"> <v-card-text class="pa-8">
<div class="text-center mb-6"> <div class="text-center mb-6">
<v-img <!-- <v-img
src="/logo.png" src="/logo.png"
alt="MonacoUSA" alt="MonacoUSA"
max-width="120" max-width="120"
class="mx-auto mb-4" class="mx-auto mb-4"
/> /> -->
<h1 class="text-h4 font-weight-bold text-primary mb-2"> <h1 class="text-h4 font-weight-bold text-primary mb-2">
MonacoUSA Portal MonacoUSA Portal
</h1> </h1>