diff --git a/src/utils/mark.ts b/src/utils/mark.ts index 0f437c4..b77818a 100644 --- a/src/utils/mark.ts +++ b/src/utils/mark.ts @@ -153,6 +153,11 @@ const findOtherUserMarks = (marks: Mark[], pubkey: string): Mark[] => { } export const DEFAULT_TOOLBOX: DrawTool[] = [ + { + identifier: MarkType.TEXT, + icon: faT, + label: 'Text' + }, { identifier: MarkType.FULLNAME, icon: faIdCard, @@ -177,11 +182,6 @@ export const DEFAULT_TOOLBOX: DrawTool[] = [ label: 'Date Time', isComingSoon: true }, - { - identifier: MarkType.TEXT, - icon: faT, - label: 'Text' - }, { identifier: MarkType.NUMBER, icon: fa1,