Skip to content

Commit 2ad69c9

Browse files
mustafa-cosarphadej
authored andcommitted
fix faviconURL
1 parent 4cc5eac commit 2ad69c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Distribution/Server/Pages/Template.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ stylesheetURL :: URL
6969
stylesheetURL = "/static/hackage.css"
7070

7171
faviconURL :: URL
72-
faviconURL = "/static/favion.png"
72+
faviconURL = "/static/favicon.png"
7373

7474
-- URL of the package list
7575
pkgListURL :: URL

0 commit comments

Comments
 (0)