Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
refactor: Add type to button
Browse files Browse the repository at this point in the history
  • Loading branch information
vergissberlin committed Feb 13, 2024
1 parent 11ee3dc commit 99c3d13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ <h2 class="mb-6 text-2xl font-bold">Installation </h2>
<option value="esp32-generic">Generic ESP32</option>
</select>
<esp-web-install-button manifest="/manifest.json">
<button
slot="activate"
type="button"
<button slot="activate" type="button"
class="px-12 py-5 my-5 ml-0 text-lg font-medium rounded-r-lg shrink-0 bg-gradient-to-br from-sky-500 to-cyan-400 hover:from-sky-700 hover:to-cyan-600 focus:outline-none focus:ring-2 focus:ring-cyan-600/50">
Install
</button>
Expand Down

0 comments on commit 99c3d13

Please sign in to comment.