Skip to content

Commit

Permalink
89
Browse files Browse the repository at this point in the history
  • Loading branch information
koiyakiya committed Jul 23, 2024
1 parent 9e554fc commit 3b1eb20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"name": "vite-coffee",
"version": "0.0.88-alpha",
"version": "0.0.89-alpha",
"type": "module",
"dependencies": {
"vue": "^3.4.33"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Kofi.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="kofi-button-wrapper">
<a :href="kofiURL" target="_blank" class="kofi-button">
<a :href="kofiURL" target="_blank" class="kofi-button" :style="style">
<img class="kofi-icon" src="../assets/kofilogo.png" />
<span class="kofi-text">Support me on Ko-fi</span>
</a>
Expand Down

0 comments on commit 3b1eb20

Please sign in to comment.