Skip to content

Commit

Permalink
indo optimaze
Browse files Browse the repository at this point in the history
  • Loading branch information
akaravi committed Nov 13, 2023
1 parent 9c596b5 commit 5d9ee4b
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 288 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest",
{
Expand Down
2 changes: 1 addition & 1 deletion ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
}
}
]
}
}
572 changes: 289 additions & 283 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntk-cms-web",
"version": "15.2.0821.3",
"version": "15.2.0822.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Binary file added src/assets/icons/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>NTK Cms | مدیریت محتوا </title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="./assets/media/logos/favicon.ico" />
<link rel="shortcut icon" href="./assets/icons/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700">
<!-- SPLASH SCREEN-->
<link rel="stylesheet" id="layout-styles-anchor" href="./assets/splash-screen.css" />
Expand Down Expand Up @@ -48,4 +48,4 @@

</body>

</html>
</html>

0 comments on commit 5d9ee4b

Please sign in to comment.