From 70ca1b24188b25e126d69ae029075ea47cf3d3eb Mon Sep 17 00:00:00 2001
From: uwaa <uwaa@noreply.git.rape.pet>
Date: Wed, 22 Jan 2025 23:55:25 +0000
Subject: [PATCH] move staff panel below ToS

---
 src/components/about/about.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/about/about.vue b/src/components/about/about.vue
index b94195f0..cfdc2806 100644
--- a/src/components/about/about.vue
+++ b/src/components/about/about.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="column-inner">
-    <staff-panel />
     <terms-of-service-panel />
+    <staff-panel />
     <LocalBubblePanel v-if="showLocalBubblePanel" />
     <MRFTransparencyPanel />
     <features-panel v-if="currentUser && showFeaturesPanel" />