Skip to content

Commit 9533c5f

Browse files
committed
Fix image on login page
1 parent f0fa7f9 commit 9533c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/resources/templates/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="cb-login">
2626
<div class="login-box">
2727
<div class="header">
28-
<img src="http://localhost:8000/static/images/icons/128.png" />
28+
<img src="/static/images/icons/128.png" />
2929
</div>
3030
<div class="inner">
3131
<% if (hr.offline.isConnected()) { %>

0 commit comments

Comments
 (0)