diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-07-21 16:43:41 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-07-21 16:43:41 +0300 |
commit | 81c170c99f58e28270fb5306b759b231578e36a9 (patch) | |
tree | 9e442cc6baa98cda0566493e40f7c4491cda1873 /src/js/ui/sections/aboutSection.js | |
parent | 8ad73165db077ced4d9ced285eb5371ac746c5cc (diff) | |
download | arching-kaos-web-ui-81c170c99f58e28270fb5306b759b231578e36a9.tar.gz arching-kaos-web-ui-81c170c99f58e28270fb5306b759b231578e36a9.tar.bz2 arching-kaos-web-ui-81c170c99f58e28270fb5306b759b231578e36a9.zip |
AKNS records resolver + Donations page
Diffstat (limited to 'src/js/ui/sections/aboutSection.js')
-rw-r--r-- | src/js/ui/sections/aboutSection.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/js/ui/sections/aboutSection.js b/src/js/ui/sections/aboutSection.js index 6a01c44..7c77f46 100644 --- a/src/js/ui/sections/aboutSection.js +++ b/src/js/ui/sections/aboutSection.js @@ -35,7 +35,9 @@ export function aboutSection() { element:"li", innerText:"Your zchain (...)"}, { element:"li", innerText:"Your posted newsfeed (...)"} ]}, - { element:"p", innerText:"Finally, on the stats page you can find people that are participating over the Stellar Network, using the ARCHINGKAOS token/asset/coin."} + { element:"p", innerText:"Also, on the stats page you can find people that are participating over the Stellar Network, using the ARCHINGKAOS token/asset/coin."}, + { element:"p", innerText:"If you like what you see or you think the project has potential, you can use the button below to donate."}, + { element: "button", onclick:'menusel({id:"#/donation-section"})', innerText:"Donation"} ] }; |