Skip to content

Commit 6360a7d

Browse files
committed
Changed top navigation logo: PNG -> SVG
1 parent 23123e2 commit 6360a7d

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-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
<p class="topnav">
5-
<a class="logobox" target="_blank" href="https://softuni.org"><img class="logo" src="/assets/softuni-global-logo.png" alt="logo"></a>
5+
<a class="logobox" target="_blank" href="https://softuni.org"><img class="logo" src="/assets/softuni-global-logo.svg" alt="logo"></a>
66
<a target="_blank" href="https://softuni.org/learn">Learn Programming</a>
77
<a target="_blank" href="https://www.youtube.com/c/CodeWithNakov">YouTube Channel</a>
88
<a target="_blank" href="https://introprogramming.info">Nakov's Books</a>

assets/softuni-global-logo.png

-8.46 KB
Binary file not shown.

assets/softuni-global-logo.svg

Lines changed: 38 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)