Skip to content

Commit

Permalink
fix screening
Browse files Browse the repository at this point in the history
  • Loading branch information
peggy-quartech committed Dec 5, 2024
1 parent fa946d7 commit cbbcf59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Spd.Presentation.Screening/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/maintenance"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
Expand Down Expand Up @@ -105,7 +106,8 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/maintenance"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
Expand Down

0 comments on commit cbbcf59

Please sign in to comment.