From 576bdfb13caf057906976559b7a384e2283820b0 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Mon, 5 Aug 2024 16:12:24 -0400 Subject: [PATCH] change fontawesome to being loaded locally you can stop throwing rocks at my windows now --- package.json | 1 + src/html/index.html | 2 +- yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f6fa924..ade1262 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "author": "Elijah R", "license": "GPL-3.0", "dependencies": { + "@fortawesome/fontawesome-free": "^6.6.0", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "dayjs": "^1.11.10", diff --git a/src/html/index.html b/src/html/index.html index a7783bd..a6d9040 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -7,7 +7,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 8480e92..16b7cdf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -297,6 +297,11 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== +"@fortawesome/fontawesome-free@^6.6.0": + version "6.6.0" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.6.0.tgz#0e984f0f2344ee513c185d87d77defac4c0c8224" + integrity sha512-60G28ke/sXdtS9KZCpZSHHkCbdsOGEhIUGlwq6yhY74UpTiToIh8np7A8yphhM4BWsvNFtIvLpi4co+h9Mr9Ow== + "@hcaptcha/types@^1.0.3": version "1.0.3" resolved "https://registry.yarnpkg.com/@hcaptcha/types/-/types-1.0.3.tgz#baf10a4361a45ff1c64862dfb8dc9bbc8292a8fe"