Text wrap
This commit is contained in:
@@ -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.**
|
||||
|
||||
@@ -319,8 +319,8 @@
|
||||
<div class="bg-neutral p-4 rounded-md shadow-sm">
|
||||
<p class=" font-semibold">Share this Adventure!</p>
|
||||
<div class="flex items-center justify-between">
|
||||
<p class="text-card-foreground font-mono">
|
||||
{window.location.origin}/adventures/{adventureToEdit.id}
|
||||
<p class="text-card-foreground font-mono break-words break-all">
|
||||
{window.location.origin + '/adventures/' + adventureToEdit.id}
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user