diff --git a/components/landing/hero.vue b/components/landing/hero.vue index 287cdff..8864fe7 100644 --- a/components/landing/hero.vue +++ b/components/landing/hero.vue @@ -15,7 +15,7 @@ size="lg" icon="i-tabler-sparkles" > - Release v{{ version }} + Release {{ version }}
diff --git a/pages/index.vue b/pages/index.vue index 8d66728..50164fe 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -152,7 +152,7 @@

- Copyright © {{ DateTime.now().year }}. All rights reserved. + Copyright © 2024 - {{ DateTime.now().year }}. All rights reserved.