change no content wording

This commit is contained in:
Johannes Kirschbauer 2024-01-03 21:40:03 +01:00 committed by Johannes Kirschbauer
parent 08fb24240f
commit ed7db6f20e

View File

@ -49,7 +49,7 @@ const Toc = async (props: TocProps) => {
<Box sx={{ display: "flex", flexDirection: "column" }}>
{!headings.length && (
<Typography variant="body2" sx={{ color: "text.secondary", py: 1 }}>
No content
No sections
</Typography>
)}
{headings.map((h, idx) => (