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}