mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user