Skip to content

Commit

Permalink
#270: clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Feb 26, 2022
1 parent 715799a commit c1e5138
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/full.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ Start-PodeServer -StatusPageExceptions Show {
Show-PodeWebToast -Message "Message of the day: $($WebEvent.Data.Value)"
Show-PodeWebNotification -Title 'Hello, there' -Body 'General Kenobi' -Icon '/pode.web/images/icon.png'
}
New-PodeWebButton -Name 'Example' -Colour Cyan -Outline -NewLine -ScriptBlock {
Show-PodeWebToast -Message "Message of the day: $($WebEvent.Data.Value)"
Show-PodeWebNotification -Title 'Hello, there' -Body 'General Kenobi' -Icon '/pode.web/images/icon.png'
}
New-PodeWebContainer -Content @(
New-PodeWebButton -Name 'Dark Theme' -NoAuth -Icon 'moon-new' -Colour Dark -ScriptBlock { Update-PodeWebTheme -Name Dark }
New-PodeWebButton -Name 'Light Theme' -NoAuth -Icon 'weather-sunny' -Colour Light -ScriptBlock { Update-PodeWebTheme -Name Light }
Expand Down

0 comments on commit c1e5138

Please sign in to comment.