move staff panel below ToS

This commit is contained in:
uwaa 2025-01-22 23:55:25 +00:00
parent cdadaba681
commit 70ca1b2418

View file

@ -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" />