exporterhub.io
exporterhub.io copied to clipboard
add <Link> instead of navigating programmatically when going detail pages
- closes #123
- insted of navigating programmatically(
cardClick
,goToDetail
) add<Link>
tag for navigation. (improve SEO) - no need to use <NavLink> since navigating into other page, which does not requires different styling on the same page.