Skip to content

Commit 166c28b

Browse files
Merge pull request #202 from loglabs/shreyashankar/outputflag
Change names in public index.html
2 parents 795d605 + 2ae8b36 commit 166c28b

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

mltrace/server/ui/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
9+
name="mltrace"
10+
content="Coarse-grained tracing and lineage for data pipelines."
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

mltrace/server/ui/public/logo.png

32.2 KB
Loading
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
{
2-
"short_name": "React Gantt Chart",
3-
"name": "Create React Gantt Chart Application Sample",
2+
"short_name": "mltrace",
3+
"name": "mltrace: coarse-grained lineage and tracing for data pipelines",
44
"icons": [
55
{
66
"src": "favicon.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "logo192.png",
11+
"src": "logo.png",
1212
"type": "image/png",
13-
"sizes": "192x192"
14-
},
15-
{
16-
"src": "logo512.png",
17-
"type": "image/png",
18-
"sizes": "512x512"
13+
"sizes": "600x231"
1914
}
2015
],
2116
"start_url": ".",
2217
"display": "standalone",
2318
"theme_color": "#000000",
2419
"background_color": "#ffffff"
25-
}
20+
}

0 commit comments

Comments
 (0)