From a71228298644f788bcc7c46349f6c571e9bb733b Mon Sep 17 00:00:00 2001 From: Regalijan Date: Thu, 2 Nov 2023 11:33:52 -0400 Subject: [PATCH] Display moderation anchor to events team --- components/Navigation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 6b0a6a1..588e10c 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -54,6 +54,7 @@ export default function (props: { [ 1 << 0, 1 << 2, + 1 << 3, 1 << 4, 1 << 5, 1 << 6,