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 16
16
</h1 >
17
17
18
18
<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" >
20
20
Save
21
21
</button >
22
22
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" >
24
24
Generate
25
25
</button >
26
26
</div >
You can’t perform that action at this time.
0 commit comments