Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yshmarov committed Dec 16, 2024
1 parent 1a8ddb0 commit eae95cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/page_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize(title:, content_container: false, full_width: true)
def content_container_class
default_classes = "space-y-4"
container_classes = "border rounded-lg p-4 shadow"
default_classes + " " + container_classes if @content_container == true
[ default_classes, container_classes ].join(" ") if @content_container == true
end

def width_class
Expand Down

0 comments on commit eae95cc

Please sign in to comment.