Skip to content

Commit

Permalink
Replaced kofi with coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Apr 16, 2024
1 parent fddbc53 commit 1dfd961
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion manifest.crx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Ecsta",
"short_name": "Ecsta",
"version": "1.0.1",
"version": "1.0.2",

"description": "A simple new tab extension meant to stay out of your way while still making for great eye-candy.",

Expand Down
2 changes: 1 addition & 1 deletion manifest.xpi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ecsta",
"short_name": "Ecsta",
"version": "1.0.1",
"version": "1.0.2",

"description": "A simple new tab extension meant to stay out of your way while still making for great eye-candy.",

Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
<div id="cornerButtonContainer" class="bottomCorner">
<a id="cornerButton" class="gh" href="https://github.com/kckarnige/EcstaTab" title="GitHub" target="_blank">GH</a>
<a id="cornerButton" class="ko-fi" href="https://ko-fi.com/kckarnige" title="Buy me a Ko-fi!" target="_blank">Ko-fi</a>
<a id="cornerButton" class="ko-fi" href="https://www.buymeacoffee.com/kckarnige" title="Buy me a coffee!" target="_blank">Co-ffee</a>
</div>
<div id="settingsPanelContainer">
<div id="settingsPanel">
Expand Down
2 changes: 1 addition & 1 deletion src/res/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ body div#root div#cornerButtonContainer a#cornerButton.ko-fi {
color: #fff;
}
body div#root div#cornerButtonContainer a#cornerButton.ko-fi:hover {
color: #ff5e5b;
color: #ffdd00;
}
body div#root div#cornerButtonContainer a#cornerButton.reload {
content: url("../space.svg");
Expand Down
2 changes: 1 addition & 1 deletion src/res/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ body {
background-color: currentColor;
color: #fff;
&:hover {
color: #ff5e5b;
color: #ffdd00;
}
}
&.reload {
Expand Down
25 changes: 16 additions & 9 deletions src/res/kofi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1dfd961

Please sign in to comment.