Browse Source

small header text fix

pull/274/head
GilbN 3 years ago
parent
commit
3f8743e144
  1. 3
      Resources/landing-page/js/scripts.js

3
Resources/landing-page/js/scripts.js

@ -100,8 +100,7 @@ function injectTheme(theme,container="head") {
apps = json.applications
themeOptions = json.themes
appCount = Object.keys(json.applications).length
document.getElementById("tag-line").innerText = `A collection of themes/skins for ${appCount} selfhosted
apps!`
document.getElementById("tag-line").innerText = `A collection of themes/skins for ${appCount} selfhosted apps!`
document.getElementById("theme-header-text").innerText = `${appCount} themed applications!`
document.getElementById("app-count").innerHTML = `
theme.park contains ${appCount} themed applications, with css <a

Loading…
Cancel
Save