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

This commit is contained in:
Ron
2025-08-06 21:13:08 +03:00
parent 5e2544be6d
commit 228968bad1

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>