Skip to content

Commit ee0ab1d

Browse files
committed
use png for logo
1 parent 9d75793 commit ee0ab1d

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

server/views/partials/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<div class="logo-wrapper">
33
<a class="logo nav" href="/" title="Homepage">
4-
<img src="/images/logo.svg" alt="kutt" width="18" height="24" />
4+
<img src="/images/logo.png" alt="kutt" width="18" height="24" />
55
{{site_name}}
66
</a>
77
<ul class="logo-links">

static/images/logo.png

579 Bytes
Loading

static/images/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)