Fix logo image path

Fixed the logo image path to use the raw GitHub URL so it loads correctly in Roll20.
This commit is contained in:
Orla do Dragão
2026-06-19 15:48:06 -03:00
committed by GitHub
parent 13b740d977
commit b6e5faf957
@@ -2,7 +2,7 @@
<div class="sheet-header-top">
<div class="sheet-logo-placeholder">
<img src="logo.png" alt="Logo">
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Candela-Obscura-PT-BR/logo.png" alt="Logo">
</div>
<div class="sheet-header-fields">
<div class="sheet-header-field">Nome: <input type="text" name="attr_character_name"></div>