Skip to content

Commit 5778f76

Browse files
committed
fix(*): add svg logo
1 parent 6bd7d75 commit 5778f76

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<header class="flex-column">
4141
<div class="flex-row flex-between-start">
4242
<a id="jq-siteLogo" href="/" title="jQuery Home">
43-
<img src="/img/logo.png" width="215" height="53" alt="jQuery: Write Less, Do More." />
43+
<img src="/img/logo.svg" width="215" alt="jQuery: Write Less, Do More." />
4444
</a>
4545
<input class="hamburger-toggle visually-hidden" id="jq-menutoggle" type="checkbox" />
4646
<label aria-label="Toggle Menu" for="jq-menutoggle" class="hamburger-lines flex-column flex-between-center">

public/img/logo.png

-5.03 KB
Binary file not shown.

public/img/logo.svg

Lines changed: 37 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)