Skip to content

fix: replace router.push with Link component in repo list #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

deepanshu2711
Copy link
Contributor

This PR replaces the usage of router.push with the Link component for internal routing in the RepoList component, as suggested in #44. This ensures better client-side navigation and improves code consistency.

Closes #44.

@stabldev stabldev changed the title fix: replace router.push with Link component in repo list (#44) fix: replace router.push with Link component in repo list Jun 17, 2025
@stabldev stabldev merged commit 01f546e into GitLoomLabs:main Jun 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace router with Link component
2 participants