Fixes url

This commit is contained in:
PascalMarchesseault
2025-01-05 13:53:54 -05:00
parent fc9f4cf70b
commit 629a3e29d3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template> <template>
<v-container class="py-10"> <v-container class="py-10">
<v-row class="d-flex flex-column align-center"> <v-row class="d-flex flex-column align-center">
<v-col cols="10" > <v-col cols="10" >
<v-card class="elevation-3" style="background-color: white; border-radius: 12px;"> <v-card class="elevation-3" style="background-color: white; border-radius: 12px;">
<!-- Title Section --> <!-- Title Section -->
<v-card-title class="text-center text-h4 font-weight-bold mb-4 text-danger"> <v-card-title class="text-center text-h4 font-weight-bold mb-4 text-danger">

View File

@@ -27,7 +27,7 @@
<div class="shadow-2xl flex items-center px-2 py-2" <div class="shadow-2xl flex items-center px-2 py-2"
:style="{ backgroundColor: branding.colors.primary, color: branding.colors.onPrimary }"> :style="{ backgroundColor: branding.colors.primary, color: branding.colors.onPrimary }">
<router-link to="/"> <router-link to="/@Hutopy">
<div class="flex items-center"> <div class="flex items-center">
<HutopySvg></HutopySvg> <HutopySvg></HutopySvg>
<div class="text-xl font-bold -ml-2 ">Hutopy</div> <div class="text-xl font-bold -ml-2 ">Hutopy</div>