Skip to content

Commit f4c65e8

Browse files
committed
fix: remove extra li
1 parent 5034253 commit f4c65e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/surface_bootstrap/dropdown.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ defmodule SurfaceBootstrap.DropDown do
232232
}
233233
>
234234
{#for {_item, index} <- Enum.with_index(@dropdown_items)}
235-
<li>
236-
<#slot name="dropdown_items" index={index} />
237-
</li>
235+
<#slot name="dropdown_items" index={index} />
238236
{/for}
239237
</ul>
240238
"""

0 commit comments

Comments
 (0)