Skip to content
Merged
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 authored and waleedlatif1 committed Mar 24, 2026
commit bdcfd97a8522816e84bd137c821e7be7d189e62b
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