Change element type of noVNC_logo

This is text, a <p> is better suited.
This commit is contained in:
Samuel Mannehed 2022-12-23 13:33:50 +01:00
parent 2b449b208e
commit bd2d3a58b0
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@
<!-- Connect button -->
<div class="noVNC_center">
<div id="noVNC_connect_dlg">
<div class="noVNC_logo" translate="no"><span>no</span>VNC</div>
<p class="noVNC_logo" translate="no"><span>no</span>VNC</p>
<button id="noVNC_connect_button">
<img alt="" src="app/images/connect.svg"> Connect
</button>