Skip to content

Commit

Permalink
fix: Button Alignment center in hero slider (#36607)
Browse files Browse the repository at this point in the history
fix: speling in CSS (Button alignment center is not working on hero slider)#36561
  • Loading branch information
viralkansodiya committed Aug 14, 2023
1 parent ac0fff7 commit b131f70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- macro slide(image, title, subtitle, action, label, index, align="Left", theme="Dark") -%}
{%- set align_class = resolve_class({
'text-right': align == 'Right',
'text-centre': align == 'Centre',
'text-center': align == 'Centre',
'text-left': align == 'Left',
}) -%}

Expand Down

0 comments on commit b131f70

Please sign in to comment.