Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public_static/images/bosslogo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions views/layouts/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<a class="navbar-brand" href="/">
<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">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -128,4 +128,4 @@
});
</script>

</html>
</html>