Skip to content

Commit 978e881

Browse files
authored
Update top-menu.js
1 parent aaecf59 commit 978e881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/top-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ gitbook.events.bind("page.change", function() {
22
let doc = $('section.markdown-section');
33
let topMenu = $(`
44
<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>
5+
<a class="logobox" target="_blank" href="https://softuni.bg"><img class="logo" src="/assets/software-university-logo.svg" alt="logo"></a>
66
<a target="_blank" href="https://softuni.bg/apply">Стани програмист</a>
77
<a target="_blank" href="https://www.youtube.com/c/SoftuniBg">СофтУни @ YouTube</a>
88
<a target="_blank" href="https://introprogramming.info">Книгите на Наков</a>

0 commit comments

Comments
 (0)