diff --git a/ui/index.templ b/ui/index.templ
index c61c12c..3c916f9 100644
--- a/ui/index.templ
+++ b/ui/index.templ
@@ -38,10 +38,18 @@ templ Index() {
type="submit"
class="inline-flex justify-center items-center space-x-1 my-3 rounded bg-red-600 px-6 py-2 hover:bg-red-700 disabled:bg-stone-500 inline"
>
- { i18n.T(ctx, "Home.GetInfoButton.Text")}
+ { i18n.T(ctx, "Home.GetInfoButton.Text") }
+
}
diff --git a/ui/index_templ.go b/ui/index_templ.go
index 832fa29..fe725a1 100644
--- a/ui/index_templ.go
+++ b/ui/index_templ.go
@@ -87,7 +87,23 @@ func Index() templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(" ")
+ _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(" ")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}