File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 < button
1010 type ="button "
1111 id ="facilitate_button "
12- class ="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium
12+ class ="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium cursor-pointer
1313 text-gray-300 hover:bg-white/5 hover:text-white "
1414 data-action ="dropdown#toggle "
1515 data-dropdown-payload-param ='[{"facilitate_menu":"hidden"}] '>
4242 < button
4343 type ="button "
4444 id ="community_button "
45- class ="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium
45+ class ="flex items-center gap-1 rounded-md px-3 py-2 text-lg font-medium cursor-pointer
4646 text-gray-300 hover:bg-white/5 hover:text-white "
4747 data-action ="dropdown#toggle "
4848 data-dropdown-payload-param ='[{"community_menu":"hidden"}] '>
8787 < button
8888 type ="button "
8989 id ="help_button "
90- class ="flex items-center gap-2 rounded-md px-3 py-2 text-lg font-medium
90+ class ="flex items-center gap-2 rounded-md px-3 py-2 text-lg font-medium cursor-pointer
9191 text-gray-300 hover:bg-white/5 hover:text-white "
9292 data-action ="dropdown#toggle "
9393 data-dropdown-payload-param ='[{"help_menu":"hidden"}] '>
Original file line number Diff line number Diff line change 77 flex items-center gap-2 rounded-md bg-white px-4 py-1 mt-1 text-sm font-semibold text-gray-900
88 shadow-sm border border-gray-200 hover:bg-gray-50 active:bg-gray-100
99 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2
10- transition "
10+ transition cursor-pointer "
1111 data-action ="dropdown#toggle "
1212 data-dropdown-payload-param ='[{"workshop-dropdown":"hidden"}] '
1313 >
Original file line number Diff line number Diff line change 33 type ="button "
44 class ="
55 relative flex rounded-full focus-visible:outline-2
6- focus-visible:outline-offset-2 focus-visible:outline-indigo-500
6+ focus-visible:outline-offset-2 focus-visible:outline-indigo-500 cursor-pointer
77 "
88 data-action ="dropdown#toggle "
99 data-dropdown-payload-param ='[{"avatar-dropdown":"hidden"}] '
You can’t perform that action at this time.
0 commit comments