From c1e03e6c61b3bab12a9fd796ab8d4c3805e169fb Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 7 Apr 2025 13:47:06 +0200 Subject: [PATCH] Add favorite icon tooltip to project title in [slug].vue - Wrapped the project title and favorite icon in a flex container for better alignment. - Added a tooltip to the favorite icon to provide context when hovered over. --- app/pages/projects/[slug].vue | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/app/pages/projects/[slug].vue b/app/pages/projects/[slug].vue index e4aa3a0..0d65454 100644 --- a/app/pages/projects/[slug].vue +++ b/app/pages/projects/[slug].vue @@ -32,11 +32,28 @@ useSeoMeta({
-

- {{ project.title }} -

+
+

+ {{ project.title }} +

+ + + +