This commit is contained in:
Eden Kirin
2024-01-21 21:50:04 +01:00
parent abde90ee33
commit 725e127881
4 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ templ interactiveButtonsSection() {
</h3>
<button
type="button"
class="btn btn-primary mb-3"
class="btn btn-info mb-3"
hx-get="/interactive/swap-content?content=1"
hx-target="#swap-content-target"
>
@ -21,7 +21,7 @@ templ interactiveButtonsSection() {
</button>
<button
type="button"
class="btn btn-primary mb-3"
class="btn btn-warning mb-3"
hx-get="/interactive/swap-content?content=2"
hx-target="#swap-content-target"
>
@ -29,7 +29,7 @@ templ interactiveButtonsSection() {
</button>
<button
type="button"
class="btn btn-primary mb-3"
class="btn btn-danger mb-3"
hx-get="/interactive/swap-content?content=3"
hx-target="#swap-content-target"
>