diff --git a/app/soapbox/features/ui/components/link_footer.tsx b/app/soapbox/features/ui/components/link_footer.tsx
index 4c81c5539..a8444d046 100644
--- a/app/soapbox/features/ui/components/link_footer.tsx
+++ b/app/soapbox/features/ui/components/link_footer.tsx
@@ -50,6 +50,9 @@ const LinkFooter: React.FC = (): JSX.Element => {
{features.federating && (
)}
+ {account.admin && (
+
+ )}
{account.locked && (
)}