mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-29 23:02:22 +03:00
change no content wording
This commit is contained in:
parent
08fb24240f
commit
ed7db6f20e
@ -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) => (
|
||||
|
Loading…
Reference in New Issue
Block a user