Skip to content

Commit

Permalink
fix(demo): correct demo source
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed May 2, 2024
1 parent 8c54a50 commit b801b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@PageTitle("Styling")
@DemoSource
@DemoSource("src/test/resources/META-INF/resources/frontend/carousel-demo-styles.css")
@DemoSource("/src/test/resources/META-INF/resources/frontend/carousel-demo-styles.css")
@Route(value = "carousel/custom-theme", layout = CarouselDemoView.class)
@SuppressWarnings("serial")
@CssImport(value = "./carousel-demo-styles.css", themeFor = "fc-l2t-paper-slider")
Expand Down

0 comments on commit b801b6a

Please sign in to comment.