Skip to content

Commit

Permalink
Route for animated Temporal logo (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Sep 15, 2022
1 parent 52bba35 commit c794996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/route/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func SetUIRoutes(e *echo.Echo, indexHTML []byte, assets embed.FS) {
e.GET("/banner*", assetsHandler)
e.GET("/favicon*", assetsHandler)
e.GET("/logo*", assetsHandler)
e.GET("/*.gif", assetsHandler)
e.GET("/Temporal_Logo_Animation.gif", assetsHandler)
e.GET("/site.webmanifest", assetsHandler)
e.GET("/*", buildUIIndexHandler(indexHTML))
}
Expand Down

0 comments on commit c794996

Please sign in to comment.