diff options
author | Aaron Parecki <aaron@parecki.com> | 2021-02-27 17:57:02 +0000 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2021-02-27 17:57:02 +0000 |
commit | fd758f2ce566a641695af904726178c6d20f9ae7 (patch) | |
tree | 05b50548e52062220f614c24bed67a586d40ad19 /views/dashboard.php | |
parent | cdbc6aa4f305529f618e19b5af31ed896fb0a673 (diff) |
turn off post-by-email
Diffstat (limited to 'views/dashboard.php')
-rw-r--r-- | views/dashboard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/dashboard.php b/views/dashboard.php index 7b8af63..15f3ff7 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -27,7 +27,6 @@ <?php if(supports_post_type($this->user, 'review')): ?> <li><a href="/review">⭐️</a></li> <?php endif; ?> - <li><a href="/email">✉️</a></li> <li><a href="/settings">⚙</a></li> </ul> <div style="clear:both;"></div> |