atlantabitdevs / bitdevs-upgrade

3 stars 2 forks source link

Clicking the title of posts/events should take you to that page #35

Closed jordan-bravo closed 1 year ago

jordan-bravo commented 1 year ago

For example, clicking "Really Cool Topic Title" should take you to /posts/really-cool.

sbddesign commented 1 year ago

Done

jordan-bravo commented 1 year ago

Oh no, I just finished working on this too!

https://github.com/atlantabitdevs/bitdevs-upgrade/pull/36

jordan-bravo commented 1 year ago

After looking at main, it looks like my PR is still relevant: #36

@sbddesign, even though you added the navigation links to the PostPreview component, we still needed them on app/[contentType]/page.tsx. This PR adds those updates.