Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierbouch committed Nov 27, 2024
1 parent 529f90d commit 1063a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websites/customdomainready/components/UserFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function UserFlow() {
</h2>

<div className="mb-16 overflow-x-auto">
<div className="inline-flex items-center min-w-[800px]">
<div className="inline-flex items-center min-w-[800px] hidden md:flex">
{steps.map((step, index) => (
<div key={index} className="flex items-center mx-4">
<div className="flex flex-col items-center">
Expand Down

0 comments on commit 1063a90

Please sign in to comment.