diff --git a/README.md b/README.md index 683c3a6..150d29f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## TODO Tree Chopper -Efficiently chop down your TODO trees in Miro 👌 +Efficiently chop down your TODO trees in Miro 👌🪓 ![todo-tree](./docs/todo-tree.png) diff --git a/app.html b/app.html index 6ba2554..ae242cf 100644 --- a/app.html +++ b/app.html @@ -7,9 +7,7 @@ TODO Tree Chopper 🪓 -
- diff --git a/index.html b/index.html index 44cea73..a65498e 100644 --- a/index.html +++ b/index.html @@ -11,24 +11,21 @@ diff --git a/src/app.tsx b/src/app.tsx index 7a29307..0efde02 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -2,6 +2,7 @@ import * as React from 'react'; import {createRoot} from 'react-dom/client'; import '../src/assets/style.css'; +import TodoChoppers from '../src/assets/todo-choppers.gif'; import { findExistingAxe } from '.'; const App: React.FC = () => { @@ -19,15 +20,11 @@ const App: React.FC = () => { }; return ( -
-
-

TODO Tree Chopper 🪓

-
-
+
+ -
); }; diff --git a/src/assets/todo-choppers.gif b/src/assets/todo-choppers.gif new file mode 100644 index 0000000..732bb30 Binary files /dev/null and b/src/assets/todo-choppers.gif differ