We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c4eef + 29b93b2 commit f4c7ef0Copy full SHA for f4c7ef0
public_static/images/bosslogo-light.png
9.47 KB
views/layouts/main.hbs
@@ -24,7 +24,7 @@
24
<body>
25
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
26
<a class="navbar-brand" href="/">
27
- <img src="/images/bosslogo.png" height="30" class="d-inline-block align-top" alt="Coding Blocks">
+ <img src="/images/bosslogo-light.png" height="30" class="d-inline-block align-top" alt="Coding Blocks">
28
</a>
29
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
30
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
@@ -128,4 +128,4 @@
128
});
129
</script>
130
131
-</html>
+</html>
0 commit comments