open-sauced / landing-page

This is the new landing page for open sauced
https://opensauced.pizza
32 stars 29 forks source link

Bug: Changelog Entries aren't clickable on mobile #344

Closed BekahHW closed 1 month ago

BekahHW commented 2 months ago

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

  1. Go to https://opensauced.pizza/changelog on mobile
  2. Try to click a title. For example:

image

  1. Nothing happens
nickytonline commented 2 months ago

It looks like on mobile the titles get rendered as text and not links.

dev-phantom commented 1 month ago

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

dev-phantom commented 1 month ago

.take

pushing this immediatly my PR gets merged

github-actions[bot] commented 1 month ago

Thanks for taking this on! If you have not already, join the conversation in our Discord