react-notion-x
react-notion-x copied to clipboard
Group title + icon + cover in the same div.
trafficstars
Thanks for this amazing resource, it would be nice if the main page title can be grouped together with the cover image, just like super.so templates, also main page title to be <h1> tag instead of <span>

Example:
<div class="notion-page__header">
<div class="notion-page__cover">
<img src="/cover-img.jpg"/>
</div>
<div class="notion-page__title">
<h1>This is the page title</h1>
</div>
<div/>
<div class="notion-page__content">
...
</div>
I'm happy to help with a pull request on this if you can provide me a little bit of guidance on where to edit this, I just dicovered this library recently and i'm not very familiar with it.