diff --git a/package-lock.json b/package-lock.json index 600d693a..4d4fd570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "react", + "name": "excalidraw", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/src/shapes.tsx b/src/shapes.tsx index 1244c364..1bddbdbb 100644 --- a/src/shapes.tsx +++ b/src/shapes.tsx @@ -47,15 +47,6 @@ export const SHAPES = [ ), value: "arrow" }, - { - icon: ( - // fa-font - - - - ), - value: "text" - }, { icon: ( // custom @@ -64,6 +55,15 @@ export const SHAPES = [ ), value: "line" + }, + { + icon: ( + // fa-font + + + + ), + value: "text" } ];