Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix review changes
  • Loading branch information
adithyaakrishna committed Mar 21, 2026
commit 9b0910dd81c92090725e325d3e1ccd12cf82566e
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function TourCard({
<p className='text-[12px] text-[var(--text-secondary)] leading-[1.6]'>{description}</p>
</div>

<div className='flex items-center justify-between border-t border-[var(--border)] px-4 py-3'>
<div className='flex items-center justify-between border-[var(--border)] border-t px-4 py-3'>
<span className='text-[11px] text-[var(--text-muted)] [font-variant-numeric:tabular-nums]'>
{step} / {totalSteps}
</span>
Expand Down Expand Up @@ -173,7 +173,7 @@ function TourTooltip({
<div
className={cn(
cardClasses,
'relative pointer-events-auto border border-[var(--border)] shadow-sm'
'pointer-events-auto relative border border-[var(--border)] shadow-sm'
)}
>
{cardContent}
Expand Down
Loading