diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-05-19 11:57:23 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-05-19 12:03:14 +0200 |
commit | b2143ff480dab4c57320166bd1569ebcdde4731c (patch) | |
tree | 034cb23040526c523cdf0f71edd018b2af06e031 /package.json | |
parent | 590c34dec109938439b11a5326feaf081e0f3ce5 (diff) | |
download | Shaarli-b2143ff480dab4c57320166bd1569ebcdde4731c.tar.gz Shaarli-b2143ff480dab4c57320166bd1569ebcdde4731c.tar.zst Shaarli-b2143ff480dab4c57320166bd1569ebcdde4731c.zip |
Switch from FontAwesome v4.x to ForkAwesome
And use the Shaarli icon made by @xuv in the header and footer (default template).
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3c675146..f3d9b51e 100644 --- a/package.json +++ b/package.json | |||
@@ -6,7 +6,7 @@ | |||
6 | "dependencies": { | 6 | "dependencies": { |
7 | "awesomplete": "^1.1.2", | 7 | "awesomplete": "^1.1.2", |
8 | "blazy": "^1.8.2", | 8 | "blazy": "^1.8.2", |
9 | "font-awesome": "^4.7.0", | 9 | "fork-awesome": "^1.1.7", |
10 | "pure-extras": "^1.0.0", | 10 | "pure-extras": "^1.0.0", |
11 | "purecss": "^1.0.0" | 11 | "purecss": "^1.0.0" |
12 | }, | 12 | }, |