From c4d50293ffa80d1b4cc39cb6d7002e187a0a9b33 Mon Sep 17 00:00:00 2001 From: enes Date: Mon, 7 Oct 2024 12:53:43 +0200 Subject: [PATCH] refactor: toolbox order --- src/utils/mark.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,