1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +02:00

Text wrap

This commit is contained in:
Sean Morley 2024-08-16 19:53:52 -04:00
parent 28ad207896
commit 15cca42675
2 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,3 @@
---
sidebar_position: null
---
# Terms and Privacy Policy # 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.** **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.**

View file

@ -319,8 +319,8 @@
<div class="bg-neutral p-4 rounded-md shadow-sm"> <div class="bg-neutral p-4 rounded-md shadow-sm">
<p class=" font-semibold">Share this Adventure!</p> <p class=" font-semibold">Share this Adventure!</p>
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<p class="text-card-foreground font-mono"> <p class="text-card-foreground font-mono break-words break-all">
{window.location.origin}/adventures/{adventureToEdit.id} {window.location.origin + '/adventures/' + adventureToEdit.id}
</p> </p>
<button <button
type="button" type="button"