Skip to content

Commit

Permalink
refactor: remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Dec 17, 2023
1 parent a81213a commit 0c6ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 class="font-bold font-mono">AirBnB Search Bar:</h3>
class="relative w-full py-4 px-6 flex flex-col gap-1 text-sm text-gray-900 font-medium whitespace-nowrap rounded-full border-none cursor-pointer transition-colors duration-100"
tabindex="0"
:class="(selectedTab === 'When' ? 'bg-white shadow-lg' : 'hover:bg-gray-300')
(whenSelectedTab === 'Dates' ? ' hidden' : '')"
(whenSelectedTab === 'Dates' ? 'hidden' : '')"
:press="selectedTab = 'When'"
>
<span class="sr-only">Check In / Check Out</span>
Expand Down

0 comments on commit 0c6ba1d

Please sign in to comment.