diff --git a/PwshSpectreConsole.Docs/src/content/docs/reference/Live/Invoke-SpectreLive.mdx b/PwshSpectreConsole.Docs/src/content/docs/reference/Live/Invoke-SpectreLive.mdx
index 0243c4f..12cc700 100644
--- a/PwshSpectreConsole.Docs/src/content/docs/reference/Live/Invoke-SpectreLive.mdx
+++ b/PwshSpectreConsole.Docs/src/content/docs/reference/Live/Invoke-SpectreLive.mdx
@@ -1,7 +1,7 @@
---
-sidebar:
- badge:
- text: Updated
+sidebar:
+ badge:
+ text: Updated
variant: note
title: Invoke-SpectreLive
---
@@ -53,15 +53,15 @@ Invoke-SpectreLive -Data $table -ScriptBlock {
}
}
```
-
@@ -187,15 +187,15 @@ Invoke-SpectreLive -Data $layout -ScriptBlock {
}
}
```
-
@@ -208,7 +208,7 @@ This is a simple example of creating a chat application. In this example a diffe
Set-SpectreColors -AccentColor DeepPink1
# Build root layout scaffolding for:
-# .--------------------------------.
+# +--------------------------------+
# | Title | <- Update-TitleComponent will render the title
# |--------------------------------|
# | | <- Update-MessageListComponent will display the list of messages here
@@ -375,15 +375,15 @@ Invoke-SpectreLive -Data $layout -ScriptBlock {
}
}
```
-
diff --git a/PwshSpectreConsole/public/live/Invoke-SpectreLive.ps1 b/PwshSpectreConsole/public/live/Invoke-SpectreLive.ps1
index b45251d..3dd44d3 100644
--- a/PwshSpectreConsole/public/live/Invoke-SpectreLive.ps1
+++ b/PwshSpectreConsole/public/live/Invoke-SpectreLive.ps1
@@ -160,7 +160,7 @@ Invoke-SpectreLive -Data $layout -ScriptBlock {
Set-SpectreColors -AccentColor DeepPink1
# Build root layout scaffolding for:
-# .--------------------------------.
+# +--------------------------------+
# | Title | <- Update-TitleComponent will render the title
# |--------------------------------|
# | | <- Update-MessageListComponent will display the list of messages here