Closed BekahHW closed 1 month ago
It looks like on mobile the titles get rendered as text and not links.
yea
adding this
<Link href={
/changelog/${slug?.current}`}
className="hover:text-brandOrange hover:decoration-brandOrange transition-all"
{title} `
here https://github.com/open-sauced/landing-page/blob/7dfaa7d6c02a5424644fe88355a50b0b6de08fc3/components/sections/changelog/Changelog.tsx#L95 fixes the issue
.take
pushing this immediatly my PR gets merged
Thanks for taking this on! If you have not already, join the conversation in our Discord
Describe the bug
When you're on the changelog page you can't click the title of a post to go to the individual changelog page.
This is happening in Safari and chrome in ios. It's worth noting that clicking the "See more..." isn't the same thing as going to the individual page, as that cuts off the entries.
Steps to reproduce