Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Minor demo window fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rughalt committed Mar 11, 2021
1 parent d8756ff commit a7046b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelogs/changelog.0.90.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### All changes
- Demo related features

2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "D35E",
"title": "3.5e SRD",
"description": "Implementation of 3.5 edition System Reference Document for Foundry VTT. Aiming to provide 100% SRD coverage.",
"version": "0.90.4",
"version": "0.90.5",
"author": "Rughalt",
"templateVersion": 2,
"scripts": [],
Expand Down
2 changes: 1 addition & 1 deletion templates/demo-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2 class="news" style="padding: 0 0.7rem; flex: 0">Your Hero: {{user.charname}}
<p style="padding: 0 0.7rem; flex: 0; color: black">
<em style="opacity: 0.9">Full version of Player's Companion is Patron only feature!</em>
</p>
<a class="btn mid" href="https://docs.legaciesofthedragon.com/en/documentation/gm/onboarding">Open Player's Companion for your Hero</a>
<a class="btn mid" href="https://companion.legaciesofthedragon.com/character/public/{{character.data.data.companionPublicId}}">Open Player's Companion for your Hero</a>
</div>
</div>
</div>
Expand Down

0 comments on commit a7046b0

Please sign in to comment.