« get me outta code hell

relabel "explore all" buttons for better jumping - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
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
commitc7ef979430eb7853dea9c544260b0a2d58abfc04 (patch)
tree6651c3e70f4f65c0e86dcdea2295119839355b9d /upd8.js
parentb3868ab01e65d0c2783a40e0c05d921e63b22002 (diff)
relabel "explore all" buttons for better jumping
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/upd8.js b/upd8.js
index d99b64c..25e282f 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>
                 `