From e922edc785a34f219ded4d2a3e5538235f7ae182 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 14 Feb 2023 06:50:36 +0300 Subject: [PATCH] Move to local font-awesome --- Views/Shared/_Layout.cshtml | 6 +++--- libman.json | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 037fd10..9be9441 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -8,9 +8,9 @@ Grayscale - Start Bootstrap Theme - - + + @@ -18,7 +18,7 @@ - + diff --git a/libman.json b/libman.json index bcf6e8f..7ba7b9a 100644 --- a/libman.json +++ b/libman.json @@ -9,6 +9,10 @@ { "library": "bootstrap@5.1.3", "destination": "wwwroot\\lib\\bootstrap" + }, + { + "library": "font-awesome@6.3.0", + "destination": "wwwroot\\lib\\font-awesome" } ] } \ No newline at end of file