#30 Simplified src to images

This commit is contained in:
Dominic Villemure
2024-04-21 14:46:32 -04:00
parent f2a4b970fd
commit e9b8e0d2bc
12 changed files with 54 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
<div>
<v-row class="fluid" style="margin-top: -30px; position: relative; z-index: 0;">
<v-col cols="12" class="pa-0" style="width: 100vw; overflow: hidden;">
<v-img class="profile-banner" max-height="375" src="./../../../images/tos/headerbackground.png"
<v-img class="profile-banner" max-height="375" src="/images/tos/headerbackground.png"
cover style="box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);"></v-img>
</v-col>
</v-row>