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.
1 parent aaecf59 commit 978e881Copy full SHA for 978e881
assets/js/top-menu.js
@@ -2,7 +2,7 @@ gitbook.events.bind("page.change", function() {
2
let doc = $('section.markdown-section');
3
let topMenu = $(`
4
<span class="topnav">
5
- <a class="logobox" target="_blank" href="https://softuni.bg"><img class="logo" src="/assets/software-university-logo.png" alt="logo"></a>
+ <a class="logobox" target="_blank" href="https://softuni.bg"><img class="logo" src="/assets/software-university-logo.svg" alt="logo"></a>
6
<a target="_blank" href="https://softuni.bg/apply">Стани програмист</a>
7
<a target="_blank" href="https://www.youtube.com/c/SoftuniBg">СофтУни @ YouTube</a>
8
<a target="_blank" href="https://introprogramming.info">Книгите на Наков</a>
0 commit comments