Custom headings (h1, h2, etc ...)
Hello!
When building a component (I'm using React in Next), I want to build a component with plain text, but I wanna be able to change the heading order based on which page it is on.
Example text: "I'm a subtitle"
Homepage: I want this to be a h3
About page: I want it it o be a h1
How is this done, and is there any issues with this I haven't thought about?
When I google this the only thing I get is headers, which is not the issue here ...
When building a component (I'm using React in Next), I want to build a component with plain text, but I wanna be able to change the heading order based on which page it is on.
Example text: "I'm a subtitle"
Homepage: I want this to be a h3
About page: I want it it o be a h1
How is this done, and is there any issues with this I haven't thought about?
When I google this the only thing I get is headers, which is not the issue here ...
