mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
refactor: remove unnecessary x-cloak styles
This commit is contained in:
@@ -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>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user