Skip to content

Commit 1523ffc

Browse files
committed
(fix): update favicon
1 parent f688446 commit 1523ffc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/images/ico/favicon.ico

-14.7 KB
Binary file not shown.

assets/images/ico/favicon.png

1.89 KB
Loading

src/template-builder/includes/head.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ meta(property='og:locale', content='en_US')
3636
meta(property='fb:app_id', content='678455993062306')
3737
meta(property='og:type', content='website')
3838

39-
link(rel='shortcut icon', type="image/x-icon", href=app_assets_path+'/images/ico/favicon.ico')
39+
link(rel='shortcut icon', type="image/x-icon", href=app_assets_path+'/images/ico/favicon.png')
4040
link(href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600" rel="stylesheet")
4141
link(href="assets/vendors/css/docs.css" rel="stylesheet")

0 commit comments

Comments
 (0)