Skip to content

Commit

Permalink
chore: remove misleading comment in html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brereton authored and Tom Brereton committed Jan 10, 2024
1 parent f812df1 commit 968131a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1 id="hello" class="text-3xl font-bold text-blue-500 underline">
Hello, {{ .Name }}!
</h1>
<!-- have a button POST a click via AJAX -->

<button hx-get="/clicked" hx-swap="outerHTML" class="m-2 p-2 rounded-lg bg-slate-800 text-white">
Click Me
</button>
Expand Down

0 comments on commit 968131a

Please sign in to comment.