Skip to content

Commit 94729f3

Browse files
chore: titles on buttons
1 parent b9a26d5 commit 94729f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
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>

0 commit comments

Comments
 (0)