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