Skip to content

Commit

Permalink
fix: update button element in Welcome.vue to use 'as="a"' for proper …
Browse files Browse the repository at this point in the history
…link rendering
  • Loading branch information
pushpak1300 committed Jan 6, 2025
1 parent ec3fcfe commit 41cb6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const githubUrl = 'https://github.com/pushpak1300/larasonic'
supersonic. 🚀
</p>
<div class="mt-8 flex justify-center gap-4">
<Button :as="Link" :href="githubUrl" target="_blank" rel="noopener noreferrer">
<Button as="a" :href="githubUrl" target="_blank" rel="noopener noreferrer">
View on GitHub
</Button>
</div>
Expand Down

0 comments on commit 41cb6d6

Please sign in to comment.