diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-29 13:34:36 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-29 13:34:36 +0200 |
commit | f4cbfb17ed30530b7b68faf18827300eddc20dec (patch) | |
tree | eeac0f77bc07389a747ad26245e3d26c60cc3ee4 /client | |
parent | cc5e9002d92b5024cedd731d5598c3f5b5127620 (diff) | |
download | wekan-f4cbfb17ed30530b7b68faf18827300eddc20dec.tar.gz wekan-f4cbfb17ed30530b7b68faf18827300eddc20dec.tar.bz2 wekan-f4cbfb17ed30530b7b68faf18827300eddc20dec.zip |
Fix the favicon
Diffstat (limited to 'client')
-rw-r--r-- | client/components/main/layouts.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index 3ea5acc5..f5a8db59 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -2,7 +2,7 @@ head title Wekan meta(name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0") - link(rel="shortcut icon" href="/favicon.png") + link(rel="shortcut icon" href="/wekan-favicon.png") template(name="userFormsLayout") section.auth-layout |