Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
renaming buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bearcattt committed Oct 23, 2024
1 parent 0ca7f5e commit 853fd5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/st.astro
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ import { Palette, Users, Info, Link, Shield } from "lucide-astro";
<button
id="reset-wispserver"
class="w-1/2 mr-2 p-2 bg-gray-600 rounded hover:bg-gray-500"
type="button">Clear Wisp Server</button
type="button">Clear</button
>
<button
id="save-wispserver"
class="w-1/2 p-2 bg-gray-600 rounded hover:bg-gray-500"
type="button">Save Wisp Server</button
type="button">Save</button
>
</div>
</div>
Expand Down Expand Up @@ -199,12 +199,12 @@ import { Palette, Users, Info, Link, Shield } from "lucide-astro";
<button
id="reset-bg-input"
class="w-1/2 mr-2 p-2 bg-gray-600 rounded hover:bg-gray-500"
type="button">Clear Background Image</button
type="button">Clear</button
>
<button
id="save-bg-input"
class="w-1/2 p-2 bg-gray-600 rounded hover:bg-gray-500"
type="button">Save Background Image</button
type="button">Save</button
>
</div>
</div>
Expand Down

0 comments on commit 853fd5e

Please sign in to comment.