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