Skip to content

Commit

Permalink
🐛 Fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilovy09 committed Nov 25, 2024
1 parent 9124440 commit c9028e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ definePageMeta({
</div>
<!-- TODO: Cambiar el direccionamiento cuando haya página para ver las lecciones -->
<a
href="/01-hola_mundo"
href="/01-introduccion"
class="px-8 py-2 border rounded-lg hover:border-white hover:-translate-y-1 hover:scale-110 cursor-pointer duration-300 border-stroke-color"
>Aprender</a
>
Expand Down

0 comments on commit c9028e3

Please sign in to comment.