formatting

This commit is contained in:
Carson Gross
2026-01-20 10:13:01 -07:00
parent 1a30b9130e
commit 5a374d546b

View File

@@ -99,7 +99,7 @@ If you ask me what's most striking, it's certainly returning to very simple thin
<figcaption> Progress bar from RCP Portal </figcaption>
</figure>
How does this progress bar work? Exactly like the example in the docs: https://htmx.org/examples/progress-bar/
How does this progress bar work? Exactly like [the example in the docs](https://htmx.org/examples/progress-bar/)!
Why this choice? Because it's coded in 10 seconds, because the app won't have thousands of users on this internal tool,
no scaling concerns: you can do good old data polling without any problem.