Tweaks
This commit is contained in:
@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user