Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 65476a4

Browse files
committed
webui: Remove unused Digital Ocean logo
1 parent b692027 commit 65476a4

File tree

2 files changed

+0
-104
lines changed

2 files changed

+0
-104
lines changed

webui/images/digitalocean.svg

Lines changed: 0 additions & 101 deletions
This file was deleted.

webui/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3374,9 +3374,6 @@ func main() {
33743374
http.Handle("/images/auth0.svg", gz.GzipHandler(logReq(func(w http.ResponseWriter, r *http.Request) {
33753375
http.ServeFile(w, r, filepath.Join(com.Conf.Web.BaseDir, "webui", "images", "auth0.svg"))
33763376
})))
3377-
http.Handle("/images/digitalocean.svg", gz.GzipHandler(logReq(func(w http.ResponseWriter, r *http.Request) {
3378-
http.ServeFile(w, r, filepath.Join(com.Conf.Web.BaseDir, "webui", "images", "digitalocean.svg"))
3379-
})))
33803377
http.Handle("/images/sqlitebrowser.svg", gz.GzipHandler(logReq(func(w http.ResponseWriter, r *http.Request) {
33813378
http.ServeFile(w, r, filepath.Join(com.Conf.Web.BaseDir, "webui", "images", "sqlitebrowser.svg"))
33823379
})))

0 commit comments

Comments
 (0)