Cleaning picutres and folders - relink images

This commit is contained in:
PascalMarchesseault
2024-04-22 19:46:50 -04:00
parent d19229f2fe
commit 40e6111e1b
65 changed files with 92 additions and 87 deletions

View File

@@ -4,7 +4,7 @@
<v-row>
<v-col cols=6 align="center">
<v-img class="login-picture" max-width="500" src="/images/hutopyblack.png"
<v-img class="login-picture" max-width="500" src="/images/hutopymedia/loginpage/loginhutopy.png"
style="margin-top: 100px; margin-bottom: 50px"></v-img>
<div class="p-12 bg-white border border-gray-200 rounded-lg mt-6">
<h1 class="mb-6 text-2xl font-bold">Sign up</h1>
@@ -66,8 +66,8 @@
<script setup>
import DefaultLayout from '@/layouts/DefaultLayout.vue';
import { RouterLink } from "vue-router";
import FooterLayout from '@/layouts/FooterLayout.vue';
import { RouterLink } from "vue-router";
</script>
<style></style>