Skip to content

Commit

Permalink
Update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 28, 2023
1 parent 08570c8 commit 9b2565b
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 49 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.png", "src/assets"],
"assets": ["src/assets"],
"styles": ["src/styles.scss"],
"scripts": ["./node_modules/prismjs/prism.js", "./node_modules/prismjs/components/prism-typescript.js", "./node_modules/prismjs/components/prism-scss.js", "./node_modules/prismjs/components/prism-bash.js"],
"allowedCommonJsDependencies": ["chart.js", "xlsx", "jspdf-autotable", "file-saver", "jspdf", "quill", "core-js", "raf", "rgbcolor"]
Expand Down Expand Up @@ -92,7 +92,7 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.png", "src/assets"],
"assets": ["src/assets"],
"styles": ["src/styles.scss", "src/assets/components/themes/lara-light-blue/theme.css"],
"scripts": []
}
Expand Down
5 changes: 2 additions & 3 deletions src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ const angular_json = `
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"src/assets",
"src/favicon.png"
"src/assets"
],
"stylePreprocessorOptions": {
"includePaths": [
Expand Down Expand Up @@ -682,7 +681,7 @@ export class AppModule {}`;
<link href="https://unpkg.com/primeflex/primeflex.css" rel="stylesheet" />
<link href="https://unpkg.com/primeicons/primeicons.css" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/dist/quill.snow.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png">
</head>
<body>
<${selector}></${selector}>
Expand Down
Binary file removed src/assets/showcase/favicon/android-icon-144x144.png
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/showcase/favicon/android-icon-36x36.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/android-icon-48x48.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/android-icon-72x72.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/android-icon-96x96.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-114x114.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-120x120.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-144x144.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-152x152.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-180x180.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-57x57.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-60x60.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-72x72.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon-76x76.png
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/showcase/favicon/apple-icon.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/assets/showcase/favicon/browserconfig.xml

This file was deleted.

Binary file removed src/assets/showcase/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/favicon-32x32.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/favicon-96x96.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/favicon.ico
Binary file not shown.
41 changes: 0 additions & 41 deletions src/assets/showcase/favicon/manifest.json

This file was deleted.

Binary file removed src/assets/showcase/favicon/ms-icon-144x144.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/ms-icon-150x150.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/ms-icon-310x310.png
Binary file not shown.
Binary file removed src/assets/showcase/favicon/ms-icon-70x70.png
Binary file not shown.
Binary file removed src/favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
<link rel="preconnect" href="https://primeng.org">
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png">
<link rel="stylesheet" href="/assets/showcase/styles/splash.css">
<link id="theme-link" rel="stylesheet" href="/assets/components/themes/lara-light-blue/theme.css">
<link id="home-table-link" rel="stylesheet"
Expand Down

1 comment on commit 9b2565b

@vercel
Copy link

@vercel vercel bot commented on 9b2565b Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.