diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-10-29 11:45:21 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-10-29 11:45:21 -0300 |
commit | c7ef979430eb7853dea9c544260b0a2d58abfc04 (patch) | |
tree | 6651c3e70f4f65c0e86dcdea2295119839355b9d /upd8.js | |
parent | b3868ab01e65d0c2783a40e0c05d921e63b22002 (diff) |
relabel "explore all" buttons for better jumping
Diffstat (limited to 'upd8.js')
-rw-r--r-- | upd8.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upd8.js b/upd8.js index d99b64cf..25e282ff 100644 --- a/upd8.js +++ b/upd8.js @@ -1114,7 +1114,7 @@ function writeMiscellaneousPages() { lazy: true })} <div class="grid-actions"> - <a class="box grid-item" href="albums/fandom/index.html" style="--fg-color: #ffffff">Explore all!</a> + <a class="box grid-item" href="albums/fandom/index.html" style="--fg-color: #ffffff">Explore Fandom!</a> <a class="box grid-item" href="${C.FEEDBACK_DIRECTORY}/index.html" style="--fg-color: #ffffff">Request an album!</a> </div> </div> @@ -1129,7 +1129,7 @@ function writeMiscellaneousPages() { lazy: true })} <div class="grid-actions"> - <a class="box grid-item" href="albums/official/index.html" style="--fg-color: #ffffff">Explore all!</a> + <a class="box grid-item" href="albums/official/index.html" style="--fg-color: #ffffff">Explore Official!</a> </div> </div> ` |