diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-18 14:30:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-18 14:30:16 +0900 |
| commit | 7699b49d33e3d6072cba27022ae35e17cc6dfcce (patch) | |
| tree | d5a58df0e26e531751ece7f62728f73ef25b6b71 /packages/frontend/src/ui/_common_/common.ts | |
| parent | test(backend): Add tests for web resources (#10341) (diff) | |
| download | misskey-7699b49d33e3d6072cba27022ae35e17cc6dfcce.tar.gz misskey-7699b49d33e3d6072cba27022ae35e17cc6dfcce.tar.bz2 misskey-7699b49d33e3d6072cba27022ae35e17cc6dfcce.zip | |
enhance(client): add ads page
Diffstat (limited to 'packages/frontend/src/ui/_common_/common.ts')
| -rw-r--r-- | packages/frontend/src/ui/_common_/common.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/ui/_common_/common.ts b/packages/frontend/src/ui/_common_/common.ts index a90ec6172f..eae4f0091c 100644 --- a/packages/frontend/src/ui/_common_/common.ts +++ b/packages/frontend/src/ui/_common_/common.ts @@ -29,6 +29,11 @@ export function openInstanceMenu(ev: MouseEvent) { icon: 'ti ti-chart-line', to: '/about#charts', }, null, { + type: 'link', + text: i18n.ts.ads, + icon: 'ti ti-ad', + to: '/ads', + }, { type: 'parent', text: i18n.ts.tools, icon: 'ti ti-tool', |