diff --git a/package-lock.json b/package-lock.json
index 600d693a9..4d4fd5708 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 1244c364b..1bddbdbb4 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"
}
];