replaced ti-terminal-2

This commit is contained in:
dakkar 2024-06-21 12:24:04 +01:00
parent c57931d408
commit babe2f3fcf
6 changed files with 12 additions and 6 deletions

View file

@ -16,12 +16,12 @@ function toolsMenuItems(): MenuItem[] {
type: 'link',
to: '/scratchpad',
text: i18n.ts.scratchpad,
icon: 'ph-terminal-window ph-bold ph-lg-2',
icon: 'ti ti-terminal-2',
}, {
type: 'link',
to: '/api-console',
text: 'API Console',
icon: 'ph-terminal-window ph-bold ph-lg-2',
icon: 'ti ti-terminal-2',
}, {
type: 'link',
to: '/clicker',