Hotfix - Remove localhost from image link on printed character sheet

This commit is contained in:
Thaum Rystra
2018-03-03 17:28:42 +02:00
parent 058ee2691f
commit 30987752cc

View File

@@ -18,7 +18,7 @@
<div class="page">
<div class="layout vertical" style="height: 100%;">
<div class="layout horizontal center" style="margin-bottom: 4mm">
<img src="http://localhost:3000/crown-dice-logo-cropped-transparent.png" style="width: 60px; margin-right: 2mm">
<img src="/crown-dice-logo-cropped-transparent.png" style="width: 60px; margin-right: 2mm">
<div class="characterName paper-font-title" style="margin-right: 4mm">
{{name}}
</div>