clintonwoo / hackernews-remix-react

Hacker News clone written with universal TypeScript, using React and Remix.
https://remix.hnclone.win
MIT License
487 stars 36 forks source link

Set title on discussions #5

Closed jspraul closed 2 years ago

jspraul commented 2 years ago

Clicking a comments link on the front page leads to a page with a title of 'Item | Hacker News Clone'.

On the real thing, the title is set to the same as the storylink text.

clintonwoo commented 2 years ago

I've implemented this now, thanks!