Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 06c4b7d

Browse files
committed
webui: Make the top left DBHub.io text a clickable link
1 parent bc54f8d commit 06c4b7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webui/templates/header.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<div class="row" style="padding-top: 8px;">
44
<div id="logo" class="col-md-6">
55
<div class="pull-left">
6-
<a href="/[[ .PageMeta.LoggedInUser ]]"><img src="/images/sqlitebrowser.svg" height="25"/></a>
7-
<span style="font-size: larger; vertical-align: bottom;">DBHub.io</span>
6+
<a href="/[[ .PageMeta.LoggedInUser ]]"><img src="/images/sqlitebrowser.svg" height="25"/>
7+
<span style="font-size: larger; vertical-align: bottom; color: black; padding-top: 3px;">DBHub.io</span>
8+
</a>
89
</div>
910
</div>
1011
<div id="auth" class="col-md-6">

0 commit comments

Comments
 (0)