From e51e07272259e4d0fe378f11dcfc025780458e8f Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Thu, 8 Aug 2024 13:52:55 -0400 Subject: [PATCH] Add hover to adventure card --- LICENSE | 1 - frontend/src/lib/components/AdventureCard.svelte | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 53436b3..e13fb3a 100644 --- a/LICENSE +++ b/LICENSE @@ -14,7 +14,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ---- GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/frontend/src/lib/components/AdventureCard.svelte b/frontend/src/lib/components/AdventureCard.svelte index b813a9a..8053231 100644 --- a/frontend/src/lib/components/AdventureCard.svelte +++ b/frontend/src/lib/components/AdventureCard.svelte @@ -154,9 +154,12 @@
-

+

+
{#if adventure.type == 'visited' && user?.pk == adventure.user_id}