Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit fb217b9

Browse files
committed
Fix up site preview images
Updates the site preview images to match the latest design, updates the favicon and removes a bunch of the OS-specific icons.
1 parent ac859c2 commit fb217b9

17 files changed

+3
-39
lines changed

scenes/src/app/scene-viewer/scene-viewer.scss

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ app-scene-viewer {
1313
top: 0;
1414
height: 100%;
1515
width: 100%;
16+
pointer-events: none;
1617
}

src/assets/img/favicon.ico

15 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.58 KB
Binary file not shown.

src/assets/img/favicons/browserconfig.xml

-9
This file was deleted.
-541 Bytes
Binary file not shown.
-718 Bytes
Binary file not shown.

src/assets/img/favicons/favicon.ico

-14.7 KB
Binary file not shown.

src/assets/img/favicons/manifest.json

-20
This file was deleted.
-1.39 KB
Binary file not shown.

src/assets/img/favicons/safari-pinned-tab.svg

-1
This file was deleted.

src/assets/img/site-preview.png

115 KB
Loading
-9.86 KB
Loading
-10.1 KB
Loading
-14.4 KB
Loading

src/index.html

+2-9
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@
3636
<meta property="og:image:width" content="1339" />
3737
<meta property="og:image:height" content="943" />
3838

39-
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png?v=8.2.3">
40-
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png?v=8.2.3">
41-
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png?v=8.2.3">
42-
<link rel="manifest" href="assets/img/favicons/manifest.json?v=8.2.3">
43-
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg?v=8.2.3" color="#d7e3ff">
44-
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico?v=8.2.3">
45-
<meta name="msapplication-TileColor" content="#d7e3ff">
46-
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml?v=8.2.3">
39+
<link rel="shortcut icon" href="assets/img/favicon.ico?v=19.0.0">
4740
<meta name="theme-color" content="#d7e3ff">
4841

4942
<link rel="preconnect" href="https://fonts.gstatic.com">
@@ -68,7 +61,7 @@
6861
"@type": "Organization",
6962
"name": "Angular",
7063
"description": "Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.",
71-
"url": "https://angular.io",
64+
"url": "https://angular.dev",
7265
"logo": "https://angular.io/assets/images/logos/angular/angular.svg"
7366
}
7467
}

0 commit comments

Comments
 (0)