Index: src/views/partials/topnav.ejs
===================================================================
--- src/views/partials/topnav.ejs	(revision 46f3dd6f843397dd4da3f37539315aedb56c20f7)
+++ src/views/partials/topnav.ejs	(revision 1ecbf71b0ab8b91f272785c385b0cd8d715b818d)
@@ -97,11 +97,4 @@
           </div>
         </details>
-      <% } %>
-
-      <% if (user && typeof canManageFedi !== 'undefined' && canManageFedi) { %>
-        <a class="nav-btn" href="/tijdlijn" aria-label="<%= t('tl.title') %>" title="<%= t('tl.title') %>"
-           hx-get="/tijdlijn?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/tijdlijn" hx-indicator="#pcms-loading">
-          <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="8" y1="6" x2="21" y2="6"/><line x1="8" y1="12" x2="21" y2="12"/><line x1="8" y1="18" x2="21" y2="18"/><line x1="3" y1="6" x2="3.01" y2="6"/><line x1="3" y1="12" x2="3.01" y2="12"/><line x1="3" y1="18" x2="3.01" y2="18"/></svg>
-        </a>
       <% } %>
 
@@ -162,4 +155,12 @@
                 </a>
               <% } %>
+              <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %>
+                <a href="/tijdlijn" role="menuitem" class="udi"
+                   hx-get="/tijdlijn?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
+                   hx-push-url="/tijdlijn" hx-indicator="#pcms-loading">
+                  <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/></svg>
+                  <span><%= t('nav.fediverse') %></span>
+                </a>
+              <% } %>
             </div>
             <div class="user-dropdown-divider" aria-hidden="true"></div>
