aboutsummaryrefslogtreecommitdiff
path: root/app/views/components
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-11 04:46:53 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-11 04:46:53 -0500
commit89b21c6106b0698a21fd33d6626738a55cccb2d5 (patch)
treef631cbc04753d869a75d212ed3a5010ef575da57 /app/views/components
parentfca96426e2089b18f4f98de71bd5de44f1eace20 (diff)
downloadthedroneely.com-89b21c6106b0698a21fd33d6626738a55cccb2d5.tar.gz
thedroneely.com-89b21c6106b0698a21fd33d6626738a55cccb2d5.tar.bz2
thedroneely.com-89b21c6106b0698a21fd33d6626738a55cccb2d5.zip
app/views/components/theme-toggle: Always show icons
Diffstat (limited to 'app/views/components')
-rw-r--r--app/views/components/theme-toggle.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/components/theme-toggle.php b/app/views/components/theme-toggle.php
index c28b240..ea726bc 100644
--- a/app/views/components/theme-toggle.php
+++ b/app/views/components/theme-toggle.php
@@ -12,7 +12,7 @@
type="submit"
value="light"
>
- <?php echo featherIcon('sun', 'is-hidden-touch'); ?>
+ <?php echo featherIcon('sun'); ?>
<span>Light</span>
</button>
@@ -25,7 +25,7 @@
type="submit"
value="dark"
>
- <?php echo featherIcon('moon', 'is-hidden-touch'); ?>
+ <?php echo featherIcon('moon'); ?>
<span>Dark</span>
</button>