mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
Fix favicon
index had wrong name
This commit is contained in:
parent
d6dd7535f4
commit
490098f33b
|
@ -12,7 +12,7 @@
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/svg"
|
type="image/svg"
|
||||||
href="/static/assets/icons/icon_temp.svg"
|
href="/static/assets/icons/icon.svg"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/api/v1/account/me/css" />
|
<link rel="stylesheet" href="/api/v1/account/me/css" />
|
||||||
|
|
Loading…
Reference in a new issue