mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14:21 +00:00
🔧 Use <pre>
in InstanceDescriptionBox
This commit is contained in:
parent
e6bf8e97c9
commit
dbdff02888
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ export function InstanceDescriptionBox({}: InstanceDescriptionBoxProps): JSX.Ele
|
||||||
<Heading level={3}>
|
<Heading level={3}>
|
||||||
Welcome to {instance.state.details.name}!
|
Welcome to {instance.state.details.name}!
|
||||||
</Heading>
|
</Heading>
|
||||||
<p>
|
<pre>
|
||||||
{instance.state.details.description}
|
{instance.state.details.description}
|
||||||
</p>
|
</pre>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue