aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-13 00:26:07 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-13 00:26:07 -0400
commit5ec2c63fc7898c89dec34d2fc1a5700a4902161c (patch)
tree337e126b5c5c34a2c1400fff534968ea8e690f77 /app/views/partials
parent054b6f137c7dced16869613a638d3b54b17ee846 (diff)
downloadthedroneely.com-5ec2c63fc7898c89dec34d2fc1a5700a4902161c.tar.gz
thedroneely.com-5ec2c63fc7898c89dec34d2fc1a5700a4902161c.tar.bz2
thedroneely.com-5ec2c63fc7898c89dec34d2fc1a5700a4902161c.zip
app/views/partials/navigator: Add light and dark theme mobile labels
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/navigator.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index 3a5dff3..1598ab1 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -198,6 +198,8 @@
) ?>
</span>
+ <span>Light</span>
+
<?php } else { ?>
<button class="theme-toggle-button button is-text has-text-centered is-block"
@@ -211,6 +213,8 @@
) ?>
</span>
+ <span>Dark</span>
+
<?php } ?>
</button>