Skip to content

Commit

Permalink
update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed May 15, 2019
1 parent 787d34f commit d9a49a2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func startDashboardServer(c conf.Configuration, k *kube.ResourceProvider, port i
dashboard.EndpointHandler(w, r, c, k)
})
router.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "public/favicon.ico")
http.ServeFile(w, r, "pkg/dashboard/assets/favicon-32x32.png")
})
router.HandleFunc("/details/{category}", func(w http.ResponseWriter, r *http.Request) {
vars := mux.Vars(r)
Expand Down
Binary file modified pkg/dashboard/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkg/dashboard/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkg/dashboard/assets/favicon.ico
Binary file not shown.

0 comments on commit d9a49a2

Please sign in to comment.