diff --git a/assets/icons/logo.svg b/assets/icons/logo.svg new file mode 100644 index 0000000..d72b3ce --- /dev/null +++ b/assets/icons/logo.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/AnimatedLogo.vue b/components/AnimatedLogo.vue deleted file mode 100644 index d076d69..0000000 --- a/components/AnimatedLogo.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - - diff --git a/components/NavigationBar.vue b/components/NavigationBar.vue index 84f1692..b707188 100644 --- a/components/NavigationBar.vue +++ b/components/NavigationBar.vue @@ -70,8 +70,6 @@ align-items: center; justify-content: space-between; padding: 0 30px 0 20px; - - background: colors.$background; } .navigation-bar__toggle { diff --git a/pages/index.vue b/pages/index.vue index e268f7a..07f75e4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,8 +1,12 @@