Skip to content

Commit

Permalink
Rewrap step title elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed Mar 5, 2024
1 parent 5c59a81 commit 666742d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/waves/[waveId]/applications/create/stepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export function CreateApplicationStepper({
</div>

<div className="flex w-full max-w-xl flex-col gap-6">
<div className="flex gap-2">
<span>{stepsConfig[currentStep].icon}</span>
<div className="flex gap-2 items-center">
{stepsConfig[currentStep].icon}
<span className="font-bold">{stepsConfig[currentStep].name}</span>
</div>
{children[currentStep]}
Expand Down

0 comments on commit 666742d

Please sign in to comment.