Update footer text to reflect a more personalized message in Spanish
This commit is contained in:
@@ -5,6 +5,6 @@ const { name } = Astro.props;
|
||||
<footer class="text-center py-8">
|
||||
<p class="text-gray-500">
|
||||
© {new Date().getFullYear()}
|
||||
{name}. Built with Astro & Tailwind CSS.
|
||||
{name}. Creado con ❤️.
|
||||
</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user