Ver Fonte

Fix url for logo

JoostSijm há 6 anos atrás
pai
commit
0f29639742
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/modules/backend/templates/public/site.j2

+ 1 - 1
app/modules/backend/templates/public/site.j2

@@ -7,7 +7,7 @@
 </head>
 <body>
     <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
-        <a class="navbar-brand" href="/"><img src="/static/uploads/index.png" style="height: 27px"></a>
+        <a class="navbar-brand" href="/"><img src="/static/uploads/logo.png" style="height: 27px"></a>
         <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
             <span class="navbar-toggler-icon"></span>
         </button>