diff --git a/app/app.vue b/app/app.vue index 175774c..68ae5a8 100644 --- a/app/app.vue +++ b/app/app.vue @@ -19,9 +19,9 @@ const emptyHabits = computed(() => habits.value?.length === 0); -
-
-
+ +
+
Habit Tracker
An efficient tool to @@ -30,14 +30,17 @@ const emptyHabits = computed(() => habits.value?.length === 0); daily habits
- -
+ + + Continue with GitHub + + - diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index ea6625e..5d8e711 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -1,10 +1,16 @@ diff --git a/app/components/Card.vue b/app/components/Card.vue new file mode 100644 index 0000000..b723b4f --- /dev/null +++ b/app/components/Card.vue @@ -0,0 +1,15 @@ + + + diff --git a/app/components/Container.vue b/app/components/Container.vue index b1a94d9..f2dbbb0 100644 --- a/app/components/Container.vue +++ b/app/components/Container.vue @@ -1,5 +1,5 @@