Skip to content

Commit fd0e707

Browse files
authored
Merge pull request #62 from npease18/fix/npease-dropdown-fix
fix: change cursor to pointer on dropdown box
2 parents 5a4340e + a06a241 commit fd0e707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
<div class="flex items-start w-full">
339339
<div
340340
class="flex flex-col justify-center w-full bardualok:justify-start bardualok:items-center bardualok:flex-row">
341-
<span class="mb-1 text-sm sm:text-base bardualok:mb-0">Viewing instructions for:</span>
341+
<span class="mb-1 text-sm sm:text-base bardualok:mb-0 cursor-pointer">Viewing instructions for:</span>
342342

343343
<div class="flex items-center group">
344344
<select id="setup-os-select"

0 commit comments

Comments
 (0)