Added graphics menu
This commit is contained in:
@ -30,8 +30,7 @@ class HelpEntry extends HTMLElement{
|
||||
|
||||
render(){
|
||||
this.innerHTML = `
|
||||
<link rel="stylesheet" href="./components/help_entry/help_entry.css">
|
||||
<script src="./components/help_popup/help_popup.js"></script>
|
||||
<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">
|
||||
|
Reference in New Issue
Block a user