There are a few places throughout the codebase where we're using an anchor tag instead of the React Router `<Link />` component. We should change these! https://github.com/CotripperPlatform/CoTrip/blob/4e4fb61d6401eb7e6f37d018199925accbe9100e/client/src/pages/CommunityPage/CommunityPage.js#L38
There are a few places throughout the codebase where we're using an anchor tag instead of the React Router
<Link />component. We should change these!CoTrip/client/src/pages/CommunityPage/CommunityPage.js
Line 38 in 4e4fb61