diff --git a/README.md b/README.md index e69de29..aca0d2d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# Worktime + +An app to track your time + +Works offline ✈ \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..d979c8e --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 3e5a139..a1f30cf 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/App.vue b/src/App.vue index 0f8fd98..3938a03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@ diff --git a/src/views/Home/Task.vue b/src/views/Home/Task.vue index a5ae78e..4ec4fa2 100644 --- a/src/views/Home/Task.vue +++ b/src/views/Home/Task.vue @@ -34,18 +34,10 @@ - -
Assign Category
-
- {{ category }} -
-
+
@@ -54,16 +46,13 @@