Skip to content

Commit

Permalink
fix: footer date
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jan 25, 2023
1 parent 50708dc commit d47101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ const y = new Date().getFullYear()

<a href={configs.website}>
<footer class={'text-text-gray font-serif text-xs pb-6 block text-center'}>
Copyright © {y} Innei. Powered by Vue 3.
Copyright © 2023 - {y} Innei. Powered by Astro & SolidJS.
</footer>
</a>

0 comments on commit d47101f

Please sign in to comment.