aboutsummaryrefslogtreecommitdiff
path: root/src/components/about/about.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/about/about.vue')
-rw-r--r--src/components/about/about.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/about/about.vue b/src/components/about/about.vue
index 62ae16ea..518f6184 100644
--- a/src/components/about/about.vue
+++ b/src/components/about/about.vue
@@ -1,8 +1,10 @@
<template>
<div class="sidebar">
- <instance-specific-panel />
- <features-panel v-if="showFeaturesPanel" />
+ <instance-specific-panel v-if="showInstanceSpecificPanel" />
+ <staff-panel />
<terms-of-service-panel />
+ <MRFTransparencyPanel />
+ <features-panel v-if="showFeaturesPanel" />
</div>
</template>