From a2c41c723e1546c764f54f8a902887eaf4f5dffb Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sun, 7 Apr 2024 12:59:22 +0600 Subject: [PATCH] Fix typo update fooder and active class Signed-off-by: nurRiyad --- .../footer/{devloper.vue => developer.vue} | 0 components/main/footer.vue | 4 ++-- components/main/header.vue | 18 ++++++++++-------- 3 files changed, 12 insertions(+), 10 deletions(-) rename components/footer/{devloper.vue => developer.vue} (100%) diff --git a/components/footer/devloper.vue b/components/footer/developer.vue similarity index 100% rename from components/footer/devloper.vue rename to components/footer/developer.vue diff --git a/components/main/footer.vue b/components/main/footer.vue index bc489a5..fc3181b 100644 --- a/components/main/footer.vue +++ b/components/main/footer.vue @@ -9,14 +9,14 @@ const path = computed(() => route.fullPath.replace('/', ''))
- +
- © 2020-2023 No Right is reserved. Who cares 🤷‍♂️? It's + © 2020-2024 No Right is reserved. Who cares 🤷‍♂️? It's open source anyway.
diff --git a/components/main/header.vue b/components/main/header.vue index 33177e3..92ea1ab 100644 --- a/components/main/header.vue +++ b/components/main/header.vue @@ -1,8 +1,4 @@