From 04b09c61c750449f764bc9e5035ee97974176628 Mon Sep 17 00:00:00 2001 From: Darren B <68653294+Devd0@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:38:34 -0400 Subject: [PATCH] fix fontawesome code --- docs/ui-landing/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ui-landing/package.json b/docs/ui-landing/package.json index 50ce2e5..ca9b8ce 100644 --- a/docs/ui-landing/package.json +++ b/docs/ui-landing/package.json @@ -10,16 +10,16 @@ "typecheck": "tsc" }, "dependencies": { - "@fortawesome/fontawesome-pro": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/fontawesome-pro.git", + "@fortawesome/fontawesome-pro": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/fontawesome-pro.git", "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-brands-svg-icons": "^6.4.0", "@fortawesome/free-regular-svg-icons": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", - "@fortawesome/pro-duotone-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-duotone-svg-icons.git", - "@fortawesome/pro-light-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-light-svg-icons.git", - "@fortawesome/pro-regular-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-regular-svg-icons.git", - "@fortawesome/pro-solid-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-solid-svg-icons.git", - "@fortawesome/pro-thin-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-thin-svg-icons.git", + "@fortawesome/pro-duotone-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-duotone-svg-icons.git", + "@fortawesome/pro-light-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-light-svg-icons.git", + "@fortawesome/pro-regular-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-regular-svg-icons.git", + "@fortawesome/pro-solid-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-solid-svg-icons.git", + "@fortawesome/pro-thin-svg-icons": "git+https://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:x-oauth-basic@github.com/DarrenBaldwin07/pro-thin-svg-icons.git", "@fortawesome/react-fontawesome": "^0.2.0", "@remix-run/css-bundle": "^1.19.3", "@rapid-web/ui": "0.2.1",