Skip to content

Commit f4c7ef0

Browse files
Merge pull request #385 from mnb27/Logo
Added light CB boss logo
2 parents a4c4eef + 29b93b2 commit f4c7ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
9.47 KB
Loading

views/layouts/main.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<body>
2525
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
2626
<a class="navbar-brand" href="/">
27-
<img src="/images/bosslogo.png" height="30" class="d-inline-block align-top" alt="Coding Blocks">
27+
<img src="/images/bosslogo-light.png" height="30" class="d-inline-block align-top" alt="Coding Blocks">
2828
</a>
2929
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
3030
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
@@ -128,4 +128,4 @@
128128
});
129129
</script>
130130

131-
</html>
131+
</html>

0 commit comments

Comments
 (0)