From b38beb5a731d5e897103aa1d8b9056a1f4b04a64 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 16 Jun 2020 16:22:42 +0800 Subject: feat(front): Use bootstrap icons. --- Timeline/ClientApp/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Timeline/ClientApp/package.json') diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index a4bac434..fa9cca09 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -4,9 +4,9 @@ "private": true, "homepage": "https://crupest.xyz", "dependencies": { - "@fortawesome/fontawesome-free": "^5.13.0", "axios": "^0.19.2", "bootstrap": "^4.5.0", + "bootstrap-icons": "^1.0.0-alpha4", "classnames": "^2.2.6", "clsx": "^1.1.1", "core-js": "^3.6.5", @@ -18,6 +18,7 @@ "react-dom": "^16.13.1", "react-hot-loader": "^4.12.21", "react-i18next": "^11.5.0", + "react-inlinesvg": "^1.2.0", "react-responsive": "^8.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", -- cgit v1.2.3