Skip to content

Commit

Permalink
Update footer content in TheFooter.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Archetipo95 committed Mar 16, 2024
1 parent 59a6869 commit f40931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TheFooter.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<template>
<footer class="w-full bg-green-400 text-black p-3 text-center">This is the footer <span class="text-red-600 font-bold">red bold text</span></footer>
<footer class="w-full bg-green-400 text-black p-3 text-center">This is NOT the footer <span class="font-bold">red bold text</span></footer>
</template>

0 comments on commit f40931b

Please sign in to comment.