Skip to content

Commit

Permalink
minor readme, links fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinkshenoy committed Jun 14, 2024
1 parent 2f56c1b commit f7db9e6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Licensed under the [`MIT License`](LICENSE).
</p>

<p>
<a href="https://www.buymeacoffee.com/ashwinshenoy?utm_source=zd_custom_object" target="_blank">
<a href="https://www.buymeacoffee.com/ashwinshenoy?utm_source=zd_groups_availability" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="margin-top: 20px;width: 140px">
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion assets/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 1 addition & 37 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ const template = `
</div>
</div>
<!--Buy Coffee-->
<div class="u-mv-xxl u-ta-center">
<a href="https://www.buymeacoffee.com/ashwinshenoy?utm_source=zd_groups_availability" target="_blank" class="buy-coffee">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="width: 140px">
</a>
</div>
</div>`;

import ZDClient from '../services/ZDClient.js';
Expand Down
8 changes: 8 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ html {
.offline {
color: red;
}

.buy-coffee {
position: fixed;
bottom: 10px;
z-index: 0;
left: 50%;
transform: translateX(-50%);
}

0 comments on commit f7db9e6

Please sign in to comment.