diff --git a/README.md b/README.md index 9511697..34e3360 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Licensed under the [`MIT License`](LICENSE).

- + Buy Me A Coffee

diff --git a/assets/index.svg b/assets/index.svg index 91b6312..6debf6e 100644 --- a/assets/index.svg +++ b/assets/index.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/logo.svg b/assets/logo.svg index 1598420..eb2d89b 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,37 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/assets/src/components/App.js b/assets/src/components/App.js index 36e1939..dd3eed6 100644 --- a/assets/src/components/App.js +++ b/assets/src/components/App.js @@ -67,6 +67,13 @@ const template = ` + + +
+ + Buy Me A Coffee + +
`; import ZDClient from '../services/ZDClient.js'; diff --git a/assets/style.css b/assets/style.css index 62d7352..4dee69b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -39,3 +39,11 @@ html { .offline { color: red; } + +.buy-coffee { + position: fixed; + bottom: 10px; + z-index: 0; + left: 50%; + transform: translateX(-50%); +}