Fixed typo..
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
# 4. Optionale Variablen-Überlagerung von außen (Falls manuell übergeben)
|
||||
final_label = local_assigns[:label].presence || computed_label
|
||||
final_icon = local_assigns[:icon_type].present? ? local_assigns[:icon_type] : computed_icon.to_s.html_safe
|
||||
final_icon = lcoal_assigns[:icon_svg].present? ? local_assigns[:icon_svg] : computed_icon.to_s.html_safe
|
||||
final_icon = local_assigns[:icon_svg].present? ? local_assigns[:icon_svg] : computed_icon.to_s.html_safe
|
||||
%>
|
||||
|
||||
<span class="inline-flex items-center gap-1.5 py-1 px-2.5 rounded-md text-xs font-semibold shadow-sm border <%= css %> ">
|
||||
|
||||
Reference in New Issue
Block a user