Skip to content

Commit

Permalink
fix: Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Oct 5, 2023
1 parent 0353ed1 commit fe4556a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file not shown.
6 changes: 4 additions & 2 deletions Examples/Shared/DemoApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ struct DemoApp: App {
var body: some Scene {
WindowGroup {
/// please change ``DemoApp/roulette`` and ``DemoApp/content``
// roulette.navigationTitle(title)
content
NavigationView {
roulette.navigationTitle(title)
}
// content
}
}

Expand Down

0 comments on commit fe4556a

Please sign in to comment.