move icon path as it's override by inverse proxy (#2382)

This commit is contained in:
Renmin 2019-10-14 20:52:35 +08:00 committed by Kubernetes Prow Robot
parent 051977d3b2
commit c26b87e629
3 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="manifest" href="%PUBLIC_URL%/static/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/static/favicon.ico">
<title>Kubeflow Pipelines</title>
</head>
<body>

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB