Skip to content

Commit

Permalink
Rename navbar logo to logo.png to be simpler to change
Browse files Browse the repository at this point in the history
  • Loading branch information
Isnubi committed Feb 28, 2024
1 parent 71ce242 commit 4a6a8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion docker/web-manager/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<nav class="navbar navbar-expand-md navbar fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img src="{{ url_for('static', filename='album/clubnix.png') }}" alt="Club*Nix Logo"/></a>
<a class="navbar-brand" href="/"><img src="{{ url_for('static', filename='album/logo.png') }}" alt="Club*Nix Logo"/></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down

0 comments on commit 4a6a8f8

Please sign in to comment.