mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
move staff panel below ToS
This commit is contained in:
parent
cdadaba681
commit
70ca1b2418
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="column-inner">
|
<div class="column-inner">
|
||||||
<staff-panel />
|
|
||||||
<terms-of-service-panel />
|
<terms-of-service-panel />
|
||||||
|
<staff-panel />
|
||||||
<LocalBubblePanel v-if="showLocalBubblePanel" />
|
<LocalBubblePanel v-if="showLocalBubblePanel" />
|
||||||
<MRFTransparencyPanel />
|
<MRFTransparencyPanel />
|
||||||
<features-panel v-if="currentUser && showFeaturesPanel" />
|
<features-panel v-if="currentUser && showFeaturesPanel" />
|
||||||
|
|
Loading…
Reference in a new issue