diff options
Diffstat (limited to 'templates/head.html')
-rw-r--r-- | templates/head.html | 6 |
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=""> |