summaryrefslogtreecommitdiff
path: root/src/client/sidebar.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-24 22:38:24 +0900
committerGitHub <noreply@github.com>2021-04-24 22:38:24 +0900
commitfec3c70886c13a267814e7eba5d2dd9aa807687b (patch)
treed88fcd2904b964a30a925be6e1b26e1e51ee329d /src/client/sidebar.ts
parentTweak UI (diff)
downloadmisskey-fec3c70886c13a267814e7eba5d2dd9aa807687b.tar.gz
misskey-fec3c70886c13a267814e7eba5d2dd9aa807687b.tar.bz2
misskey-fec3c70886c13a267814e7eba5d2dd9aa807687b.zip
Gallery (#7194)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
Diffstat (limited to 'src/client/sidebar.ts')
-rw-r--r--src/client/sidebar.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts
index e5105f13b4..7686da10b2 100644
--- a/src/client/sidebar.ts
+++ b/src/client/sidebar.ts
@@ -97,6 +97,11 @@ export const sidebarDef = {
icon: 'fas fa-file-alt',
to: '/pages',
},
+ gallery: {
+ title: 'gallery',
+ icon: 'fas fa-icons',
+ to: '/gallery',
+ },
clips: {
title: 'clip',
icon: 'fas fa-paperclip',