Skip to content

Commit

Permalink
Fix demo rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 4, 2024
1 parent c5d78ae commit 3c353e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PwshSpectreConsole.Docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
icon: right-arrow
variant: primary
- text: Command Reference
link: /reference/formatting/format-spectrepanel/
link: /reference/demo/get-spectredemofeatures/
icon: right-arrow
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Get-SpectreRenderableSize {
Write-SpectreHost "Panel width: $($panelSize.Width), height: $($panelSize.Height)"
$panel | Out-SpectreHost
#>
[Reflection.AssemblyMetadata("title", "Get-SpectreWidgetHeight")]
[Reflection.AssemblyMetadata("title", "Get-SpectreRenderableSize")]
param (
[Parameter(ValueFromPipeline, Mandatory)]
[Spectre.Console.Rendering.Renderable] $Renderable,
Expand Down

0 comments on commit 3c353e1

Please sign in to comment.