diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2019-11-08 23:21:07 -0600 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-11-08 23:21:07 -0600 |
| commit | 20ccd93a176f911a43b3db3d595f3fdb3491934f (patch) | |
| tree | 020a8566f8bb3c7864fc69ba1120697174a17a77 /src/components/about/about.vue | |
| parent | 5db77c839bcf2ec433c8618c5b2ef1ff850df613 (diff) | |
about: add staff panel
Diffstat (limited to 'src/components/about/about.vue')
| -rw-r--r-- | src/components/about/about.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/about/about.vue b/src/components/about/about.vue index 10dad4bb..ad520d11 100644 --- a/src/components/about/about.vue +++ b/src/components/about/about.vue @@ -1,6 +1,7 @@ <template> <div class="sidebar"> <instance-specific-panel v-if="showInstanceSpecificPanel" /> + <staff-panel /> <terms-of-service-panel /> <features-panel v-if="showFeaturesPanel" /> </div> |
