Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 4a6a8f8

Browse files
committed
Rename navbar logo to logo.png to be simpler to change
1 parent 71ce242 commit 4a6a8f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/web-manager/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<nav class="navbar navbar-expand-md navbar fixed-top">
1313
<div class="container-fluid">
14-
<a class="navbar-brand" href="/"><img src="{{ url_for('static', filename='album/clubnix.png') }}" alt="Club*Nix Logo"/></a>
14+
<a class="navbar-brand" href="/"><img src="{{ url_for('static', filename='album/logo.png') }}" alt="Club*Nix Logo"/></a>
1515
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar">
1616
<span class="navbar-toggler-icon"></span>
1717
</button>

0 commit comments

Comments
 (0)