summaryrefslogtreecommitdiff
path: root/internal/web/about.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/about.go')
-rw-r--r--internal/web/about.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/about.go b/internal/web/about.go
index 843dda652..2bc558962 100644
--- a/internal/web/about.go
+++ b/internal/web/about.go
@@ -54,7 +54,7 @@ func (m *Module) aboutGETHandler(c *gin.Context) {
Template: "about.tmpl",
Instance: instance,
OGMeta: apiutil.OGBase(instance),
- Stylesheets: []string{cssAbout, instanceCustomCSSPath},
+ Stylesheets: []string{cssAbout},
Extra: map[string]any{
"showStrap": true,
"blocklistExposed": config.GetInstanceExposeSuspendedWeb(),