diff --git a/src/App.vue b/src/App.vue
index fb713ee..bdcbbbf 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -10,14 +10,14 @@
import TheHeader from "@/components/TheHeader";
import TheSidebar from "@/components/TheSidebar";
export default {
- name: 'App',
+ name: "App",
components: {TheHeader, TheSidebar}
}
\ No newline at end of file
diff --git a/src/components/TheHeader.vue b/src/components/TheHeader.vue
index 7aff828..5aa57a7 100644
--- a/src/components/TheHeader.vue
+++ b/src/components/TheHeader.vue
@@ -50,6 +50,7 @@
.icon-down-arrow
width: 24px
height: 24px
+ font-size: 12px
.icon-bell
width: 24px
diff --git a/src/components/base/buttons/BaseSidebarButton.vue b/src/components/base/buttons/BaseSidebarButton.vue
index 5aef79a..ad770d6 100644
--- a/src/components/base/buttons/BaseSidebarButton.vue
+++ b/src/components/base/buttons/BaseSidebarButton.vue
@@ -1,6 +1,6 @@
a(:href="path")
- button(:id="id" class='button-icon-item')
+ button(:id="id" class="button-icon-item")
slot
diff --git a/src/pages/calendar/TheCalendar.vue b/src/pages/calendar/TheCalendar.vue
index 7d36ed3..26f7367 100644
--- a/src/pages/calendar/TheCalendar.vue
+++ b/src/pages/calendar/TheCalendar.vue
@@ -3,7 +3,7 @@