diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-03 08:40:34 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-03 08:40:34 -0400 |
| commit | 344fd12e530bd28efb15a8488ad0772f312bd3f0 (patch) | |
| tree | 5cc5e02cc9e53272b1c5667fc145ccf0c1c5b695 /web/index_templ.go | |
| parent | 08fa5f8085770774e34ac5510c2e01dbffb128e7 (diff) | |
| download | anubis-release/v1.15.2.tar.xz anubis-release/v1.15.2.zip | |
v1.15.2release/v1.15.2
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/index_templ.go')
| -rw-r--r-- | web/index_templ.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index_templ.go b/web/index_templ.go index e4500be..cfcc292 100644 --- a/web/index_templ.go +++ b/web/index_templ.go @@ -193,9 +193,9 @@ func errorPage(message string) templ.Component { return templ_7745c5c3_Err } var templ_7745c5c3_Var10 string - templ_7745c5c3_Var10, templ_7745c5c3_Err = templ.JoinStringErrs("/.within.website/x/cmd/anubis/static/img/sad.webp?cacheBuster=" + anubis.Version) + templ_7745c5c3_Var10, templ_7745c5c3_Err = templ.JoinStringErrs("/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=" + anubis.Version) if templ_7745c5c3_Err != nil { - return templ.Error{Err: templ_7745c5c3_Err, FileName: `index.templ`, Line: 212, Col: 90} + return templ.Error{Err: templ_7745c5c3_Err, FileName: `index.templ`, Line: 212, Col: 93} } _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var10)) if templ_7745c5c3_Err != nil { |
