Skip to content

Commit

Permalink
fix: tailwind class order
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Mar 30, 2023
1 parent 9750ac9 commit d9031cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`should match snapshot 1`] = `
className="order-3 mt-2 w-full shrink-0 sm:order-2 sm:mt-0 sm:w-auto"
>
<a
className="flex items-center justify-center rounded-md border border-transparent bg-white py-2 px-4 text-sm font-medium text-indigo-600 shadow-sm hover:bg-indigo-50"
className="flex items-center justify-center rounded-md border border-transparent bg-white px-4 py-2 text-sm font-medium text-indigo-600 shadow-sm hover:bg-indigo-50"
href="@/components/banner/Banner#"
>
Learn more
Expand Down

0 comments on commit d9031cb

Please sign in to comment.