Skip to content

Commit ce5a4ef

Browse files
authoredSep 13, 2021
fix(index.html): remove duplicated meta tag (#1065)
* remove duplicated meta tag for `theme-color`
1 parent 91f1916 commit ce5a4ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎material.angular.io/src/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<meta name="apple-mobile-web-app-capable" content="yes">
1212
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
1313
<meta name="mobile-web-app-capable" content="yes">
14-
<meta name="theme-color" content="#3F50B5">
1514
<meta name="description" content="UI component infrastructure and Material Design components for mobile and desktop Angular web applications.">
1615
<meta name="keywords" content="angular, material design, material, angular material, web, ui, components, responsive, accessibility, typescript, css, mobile web, open source">
1716
<meta name="author" content="Angular Components Team">

0 commit comments

Comments
 (0)
Please sign in to comment.