mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-15 19:50:28 +03:00
improve codeblock fallback text
This commit is contained in:
parent
9d37693a21
commit
1807908f02
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ export function CodeBlock({
|
|||
<Header variant="Surface" size="400" className={css.CodeBlockHeader}>
|
||||
<Box grow="Yes">
|
||||
<Text size="L400" truncate>
|
||||
{language ?? 'Text'}
|
||||
{language ?? 'Code'}
|
||||
</Text>
|
||||
</Box>
|
||||
<Box shrink="No">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue