aboutsummaryrefslogtreecommitdiff
path: root/src/js/ui/sections
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/ui/sections')
-rw-r--r--src/js/ui/sections/aboutSection.js4
-rw-r--r--src/js/ui/sections/welcomeSection.js3
2 files changed, 5 insertions, 2 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"}
]
};
diff --git a/src/js/ui/sections/welcomeSection.js b/src/js/ui/sections/welcomeSection.js
index 873063b..cfa6816 100644
--- a/src/js/ui/sections/welcomeSection.js
+++ b/src/js/ui/sections/welcomeSection.js
@@ -59,7 +59,8 @@ var homeGrid = {
className:"menu-clickable",
id:"#/stats-section",
onclick:"menusel(this)",
- innerText:"Stats"
+ // innerText:"Stats",
+ style:"background-image: url(img/stats-logo.png); background-repeat: round; background-size: cover;"
}
]
};