numbering tabs

This commit is contained in:
Jan Prochazka
2021-01-28 10:05:27 +01:00
parent a9cb9f1874
commit 99381536d7
9 changed files with 22 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ export default function ToolBar({ toolbarPortalRef }) {
const newMarkdown = () => {
openNewTab({
title: 'Page',
title: 'Page #',
tabComponent: 'MarkdownEditorTab',
icon: 'img markdown',
});
@@ -103,7 +103,7 @@ export default function ToolBar({ toolbarPortalRef }) {
const newShell = () => {
openNewTab({
title: 'Shell',
title: 'Shell #',
icon: 'img shell',
tabComponent: 'ShellTab',
});