remove arrow icon on server admin

This commit is contained in:
miloschwartz
2026-04-21 20:54:57 -07:00
parent 7f5c164e16
commit 19e0452d84
2 changed files with 0 additions and 2 deletions

View File

@@ -101,7 +101,6 @@ export function LayoutMobileMenu({
"serverAdmin"
)}
</span>
<ArrowRight className="h-4 w-4 shrink-0 ml-auto opacity-70" />
</Link>
</div>
)}

View File

@@ -189,7 +189,6 @@ export function LayoutSidebar({
<span className="flex-1">
{t("serverAdmin")}
</span>
<ArrowRight className="h-4 w-4 shrink-0 ml-auto opacity-70" />
</>
)}
</Link>