/home changes:

- Update some app icons
- Rationalise the markup
- Add tabindex ="-1" to icon links
  - This means they are skipped when using tab to navigate in the browser
This commit is contained in:
str4d
2017-05-14 05:36:40 +00:00
parent d7d13d1a4f
commit 8f04aa70cb
4 changed files with 15 additions and 20 deletions

View File

@@ -163,7 +163,7 @@ class SummaryBarRenderer {
.append("/\" target=\"_blank\" title=\"")
.append(_t("Local web server"))
.append("\">")
.append(nbsp(_t("Website")))
.append(nbsp(_t("Web Server")))
.append("</a>\n")
.append(NavHelper.getClientAppLinks(_context))