nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

Show button to get heading link #144

Open GetPsyched opened 4 months ago

GetPsyched commented 4 months ago

Basically this: Peek 2024-04-20 00-38

The hashtag will click to basically jump to that heading. Currently this is implemented very weirdly in the <Heading /> component where instead of showing a button on the side, you jump to the heading by clicking anywhere on the heading; this is bad.