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
(cherry picked from commit b131f70)
  • Loading branch information
viralkansodiya authored and mergify[bot] committed Aug 14, 2023
1 parent 8b57979 commit 3d89d24
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 3d89d24

Please sign in to comment.