Skip to content

Commit

Permalink
feat: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Dec 15, 2024
1 parent e4b369f commit 2ea25cd
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 @@ -123,7 +123,7 @@ const githubUrl = 'https://github.com/pushpak1300/larasonic'
/>
</div>
<div class="mt-6 flex justify-center gap-2">
<Button as="a" :href="`${githubUrl}/issues`" target="_blank" rel="noopener noreferrer">
<Button as="a" :href="`${githubUrl}/discussions/categories/roadmap`" target="_blank" rel="noopener noreferrer">
<Icon icon="lucide:construction" class="size-4" aria-hidden="true" />
Roadmap
</Button>
Expand Down

0 comments on commit 2ea25cd

Please sign in to comment.