Skip to content

Commit

Permalink
fix: fixes accordion example.
Browse files Browse the repository at this point in the history
- fix Non-printing tag
- remove unnecessary characters
  • Loading branch information
Ya-Suzuki committed May 26, 2024
1 parent f3780f5 commit 61b5cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/examples/components/accordion/code/_usage.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<% end %>

# Title and Description Block
<% render_accordion do %>
<%= accordion_title do e%>
<%= render_accordion do %>
<%= accordion_title do %>
<% end %>

<%= accordion_description do e%>
<%= accordion_description do %>
<% end %>
<% end %>

0 comments on commit 61b5cca

Please sign in to comment.