diff --git a/src/App.js b/src/App.js index bdd97b8500..be6548f3a0 100644 --- a/src/App.js +++ b/src/App.js @@ -2,8 +2,8 @@ import UserPanel from './components/user_panel/user_panel.vue' import NavPanel from './components/nav_panel/nav_panel.vue' import Notifications from './components/notifications/notifications.vue' import UserFinder from './components/user_finder/user_finder.vue' -import FeaturesPanel from './components/features_panel/features_panel.vue' import InstanceSpecificPanel from './components/instance_specific_panel/instance_specific_panel.vue' +import FeaturesPanel from './components/features_panel/features_panel.vue' import WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_panel.vue' import ChatPanel from './components/chat_panel/chat_panel.vue' @@ -14,8 +14,8 @@ export default { NavPanel, Notifications, UserFinder, - FeaturesPanel, InstanceSpecificPanel, + FeaturesPanel, WhoToFollowPanel, ChatPanel }, diff --git a/src/App.vue b/src/App.vue index 8480d1b687..bfe1f76086 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,8 +27,8 @@ diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue index 92fdb1ff68..5ec4d25588 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -6,13 +6,13 @@ Features -
+
@@ -22,4 +22,7 @@