diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-10 21:48:42 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-10 21:48:42 +0300 |
| commit | 262760d2586cac48da27cf7eb5389116d4023dfe (patch) | |
| tree | a4c9393df0da43409fcce9b1b41b4611f33cccb6 /src/components/about/about.vue | |
| parent | 6471bec0d962a13b272c2c55807492c86b859256 (diff) | |
revert unnecessary changes
Diffstat (limited to 'src/components/about/about.vue')
| -rw-r--r-- | src/components/about/about.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/about/about.vue b/src/components/about/about.vue index 62ae16ea..13dec87c 100644 --- a/src/components/about/about.vue +++ b/src/components/about/about.vue @@ -1,8 +1,8 @@ <template> <div class="sidebar"> - <instance-specific-panel /> - <features-panel v-if="showFeaturesPanel" /> - <terms-of-service-panel /> + <instance-specific-panel></instance-specific-panel> + <features-panel v-if="showFeaturesPanel"></features-panel> + <terms-of-service-panel></terms-of-service-panel> </div> </template> |
