aboutsummaryrefslogtreecommitdiffstats
path: root/templates/head.html
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-23 09:20:21 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-23 09:21:53 +0100
commit47f59cfe19e7d4cc43b4a19c746504016b0881d8 (patch)
treec19ad3199769a2daea1861d3e6ae612e40061ca7 /templates/head.html
parent8671c1bd2f89dc83c4d495ae0b0e8c814661cc74 (diff)
downloadcats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.tar.gz
cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.tar.bz2
cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.zip
Create settings applied template, replace incoming by chat
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/head.html b/templates/head.html
index 99a4bca..3c611ed 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -24,9 +24,9 @@
<i class="w-8 fa fa-home" aria-hidden="true"></i><span>Dashboard</span>
</li>
</a>
- <a href="/incoming" class="">
- <li class="rounded-md mt-1 p-3 {% if page == ActivePage::Incoming %} bg-sky-200 text-sky-900 {% endif %} hover:bg-sky-300">
- <i class="w-8 fa fa-inbox" aria-hidden="true"></i><span>Incoming</span>
+ <a href="/chat" class="">
+ <li class="rounded-md mt-1 p-3 {% if page == ActivePage::Chat %} bg-sky-200 text-sky-900 {% endif %} hover:bg-sky-300">
+ <i class="w-8 fa fa-comments" aria-hidden="true"></i><span>Chat</span>
</li>
</a>
<a href="/send" class="">