Skip to content

Commit

Permalink
Fix links to previews
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 30, 2025
1 parent 7836ff5 commit 96d5681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/components/previews/embed/geo_component_preview.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Access these previews at:
# http://localhost:3000/rails/view_components/embed/pdf_component
# http://localhost:3000/rails/view_components/embed/geo_component
module Embed
class GeoComponentPreview < ViewComponent::Preview
layout 'preview/geo'
Expand Down
2 changes: 1 addition & 1 deletion test/components/previews/embed/model_component_preview.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Access these previews at:
# http://localhost:3000/rails/view_components/embed/pdf_component
# http://localhost:3000/rails/view_components/embed/model_component
module Embed
class ModelComponentPreview < ViewComponent::Preview
layout 'preview/3d'
Expand Down

0 comments on commit 96d5681

Please sign in to comment.