Skip to content

Commit

Permalink
feat: update release badge format and copyright year in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnyx committed Jan 2, 2025
1 parent d642fba commit 40a31ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/landing/hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
size="lg"
icon="i-tabler-sparkles"
>
Release v{{ version }}
Release {{ version }}
</UBadge>
</ULink>
<div class="flex flex-col items-center gap-y-4 text-center">
Expand Down
4 changes: 3 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<UDivider />
<div class="max-w-screen-lg mx-auto px-6 py-4 flex flex-col-reverse md:flex-row items-center justify-between gap-2">
<p class="text-gray-600 dark:text-gray-400 text-sm text-center">
Copyright &copy; {{ DateTime.now().year }}. All rights reserved.
Copyright &copy; 2024 - {{ DateTime.now().year }}. All rights reserved.
</p>
<div class="space-x-1">
<UButton
Expand All @@ -166,6 +166,8 @@
<UButton
icon="i-tabler-brand-github"
variant="ghost"
to="https://github.com/meeio-app"
target="_blank"
color="gray"
size="sm"
square
Expand Down

0 comments on commit 40a31ba

Please sign in to comment.