Added an id to the open dropdown entry in the HeaderComponent.jsx

This commit is contained in:
Mathias Wagner
2022-08-30 20:03:58 +02:00
parent c10d4de322
commit 858feff916

View File

@@ -70,7 +70,7 @@ function HeaderComponent() {
<span className="tooltip">Speedtest starten</span>
</div>
<div className="tooltip-element tooltip-bottom">
<div className="tooltip-element tooltip-bottom" id="open-header">
<FontAwesomeIcon icon={icon} className="header-icon" onClick={switchDropdown}/>
<span className="tooltip">Einstellungen</span>
</div>