refactor: remove unnecessary x-cloak styles

This commit is contained in:
Prad Nukala 2024-09-27 21:18:22 -04:00
parent 06daff4b33
commit 482b8db6e9

View File

@ -53,11 +53,6 @@ templ Spacer() {
templ Styles(local bool) { templ Styles(local bool) {
@stylesHandle.Once() { @stylesHandle.Once() {
<link href="/assets/css/styles.css" rel="stylesheet"/> <link href="/assets/css/styles.css" rel="stylesheet"/>
<style>
[x-cloak] {
display: none;
}
</style>
} }
} }