File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 </h1 >
1717
1818 <div class =" space-x-2 text-sm" >
19- <button type =" button" x-data x-on:click =" $dispatch('save')" class =" px-4 py-2 text-sm font-bold text-white bg-green-500 rounded hover:bg-blue-700" >
19+ <button title = " Ctrl/Cmd + S " type =" button" x-data x-on:click =" $dispatch('save')" class =" px-4 py-2 text-sm font-bold text-white bg-green-500 rounded hover:bg-blue-700" >
2020 Save
2121 </button >
2222
23- <button type =" button" x-data x-on:click =" $dispatch('generate')" class =" px-4 py-2 text-sm font-bold text-white bg-blue-500 rounded hover:bg-blue-700" >
23+ <button title = " Ctrl/Cmd + Enter " type =" button" x-data x-on:click =" $dispatch('generate')" class =" px-4 py-2 text-sm font-bold text-white bg-blue-500 rounded hover:bg-blue-700" >
2424 Generate
2525 </button >
2626 </div >
You can’t perform that action at this time.
0 commit comments