From 15cca4267576b3b0e19ab757f023c807ad5c4033 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Fri, 16 Aug 2024 19:53:52 -0400 Subject: [PATCH] Text wrap --- documentation/docs/TERMS_&_PRIVACY.md | 4 ---- frontend/src/lib/components/EditAdventure.svelte | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/documentation/docs/TERMS_&_PRIVACY.md b/documentation/docs/TERMS_&_PRIVACY.md index 133c897..f0381e8 100644 --- a/documentation/docs/TERMS_&_PRIVACY.md +++ b/documentation/docs/TERMS_&_PRIVACY.md @@ -1,7 +1,3 @@ ---- -sidebar_position: null ---- - # Terms and Privacy Policy **This document only applies to the demo version of AdventureLog hosted on adventurelog.app. If you are using a self-hosted version of AdventureLog, you are responsible for creating and maintaining your own terms and privacy policy and the terms of the GPL-3.0 license apply.** diff --git a/frontend/src/lib/components/EditAdventure.svelte b/frontend/src/lib/components/EditAdventure.svelte index 9774a78..d772531 100644 --- a/frontend/src/lib/components/EditAdventure.svelte +++ b/frontend/src/lib/components/EditAdventure.svelte @@ -319,8 +319,8 @@

Share this Adventure!

-

- {window.location.origin}/adventures/{adventureToEdit.id} +

+ {window.location.origin + '/adventures/' + adventureToEdit.id}