Skip to content

Commit 012e316

Browse files
committed
Changed kofi button to svg
1 parent 54c9359 commit 012e316

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
Lines changed: 17 additions & 0 deletions
Loading

src/pages/posts/[...slug].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import { Image } from 'astro:assets';
3-
import kofiButton from '../../assets/images/support_me_on_kofi.png'
3+
import kofiButton from '../../assets/images/support_me_on_kofi.svg'
44
import path from "node:path";
55
import License from "@components/misc/License.astro";
66
import Markdown from "@components/misc/Markdown.astro";
@@ -112,7 +112,7 @@ const jsonLd = {
112112

113113
<center>
114114
<a href="https://ko-fi.com/belfardev" target="_blank">
115-
<Image src={kofiButton} width="300px" alt="Support me on Ko-fi!" />
115+
<Image src={kofiButton} width="450px" alt="Support me on Ko-fi!" />
116116
</a>
117117
</center>
118118
</div>

0 commit comments

Comments
 (0)