Changed help entry logo
This commit is contained in:
@ -33,7 +33,7 @@ class HelpEntry extends HTMLElement{
|
||||
<link rel="stylesheet" href="components/help_entry/help_entry.css">
|
||||
<div class="help-entry">
|
||||
<span class="help-entry-title">${this.title}</span>
|
||||
<img src="res/arrow.png" class="help-entry-arrow">
|
||||
<img src="res/question_mark.png" class="help-entry-question-mark">
|
||||
</div>
|
||||
<sea-help-popup style="visibility:hidden;" helptitle="${this.title}" helpdescription="${this.description}"></sea-help-popup>
|
||||
`;
|
||||
|
Reference in New Issue
Block a user