-
-
-
{{ $t('explore', { host: instance.name || 'Misskey' }) }}
-
{{ $t('exploreUsersCount', { count: number(stats.originalUsersCount) }) }}
-
-
-
-
- {{ $ts.pinnedUsers }}
-
-
-
- {{ $ts.popularUsers }}
-
-
-
- {{ $ts.recentlyUpdatedUsers }}
-
-
-
- {{ $ts.recentlyRegisteredUsers }}
-
-
-
-
-
-
- {{ $ts.exploreFediverse }}
-
-
-
- {{ $ts.popularTags }}
-
-
- {{ tag.tag }}
- {{ tag.tag }}
-
-
-
-
- {{ tag }}
-
-
-
-
-
- {{ $ts.popularUsers }}
-
-
-
- {{ $ts.recentlyUpdatedUsers }}
-
-
-
- {{ $ts.recentlyDiscoveredUsers }}
-
-
-
-
-
-
-
-
- {{ $ts.searchUser }}
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+ {{ $ts.searchUser }}
+
+
+
+
+
+
+
+
+
+
+
-
-
diff --git a/packages/client/src/pages/featured.vue b/packages/client/src/pages/featured.vue
deleted file mode 100644
index 4e3f67c76..000000000
--- a/packages/client/src/pages/featured.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts
index 0018e719e..3102302ce 100644
--- a/packages/client/src/router.ts
+++ b/packages/client/src/router.ts
@@ -61,9 +61,6 @@ export const routes = [{
}, {
path: '/about-misskey',
component: page(() => import('./pages/about-misskey.vue')),
-}, {
- path: '/featured',
- component: page(() => import('./pages/featured.vue')),
}, {
path: '/theme-editor',
component: page(() => import('./pages/theme-editor.vue')),