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}