Merged PR 136: fix hover menu and GuillaumeM

fix hover menu and GuillaumeM
This commit is contained in:
Dominic Villemure
2024-09-07 15:27:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@
</v-btn> </v-btn>
<div class="text-center"> <div class="text-center">
<v-menu open-on-hover> <v-menu open-on-click>
<template v-slot:activator="{ props }"> <template v-slot:activator="{ props }">
<div v-bind="props" class="flex align-center font-sans py-1 px-2 rounded-lg hover:bg-gray-100"> <div v-bind="props" class="flex align-center font-sans py-1 px-2 rounded-lg hover:bg-gray-100">
<span class="max-w-xs hidden md:block capitalize"> <span class="max-w-xs hidden md:block capitalize">

View File

@@ -88,7 +88,7 @@
</RouterLink> </RouterLink>
</div> </div>
<div class="flex justify-center items-center"> <div class="flex justify-center items-center">
<RouterLink to="/@guillaumeaime"> <RouterLink to="/@guillaumem">
<img src="/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.jpg" alt="Profile Image" class="rounded-2xl shadow-lg"> <img src="/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.jpg" alt="Profile Image" class="rounded-2xl shadow-lg">
</RouterLink> </RouterLink>
</div> </div>