Skip to content

Commit

Permalink
refactor: hide unused button
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Nov 22, 2023
1 parent 879e850 commit d916721
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ <h1 class="text-3xl text-black font-mono font-bold">MiniJS</h1>
<div class="max-w-5xl mx-auto">
<div class="flex items-center justify-between mb-5">
<h3 class="font-bold font-mono">AirBnB Search Bar:</h3>
<button
:click="showCode8 = !showCode8"
class="px-5 py-2 flex items-center bg-white text-xs uppercase font-bold font-mono border shadow rounded-full hover:bg-blue-50"
>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="w-4 h-4 mr-2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5" />
</svg>
Show Code
</button>
</div>

<div :clickout="showSearch = false">
Expand Down

0 comments on commit d916721

Please sign in to comment.