Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions components/dashboard/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
<meta
name="Gitpod"
content="Always Ready-to-Code"
/>
<meta name="description" content="Gitpod Classic Dashboard. Gitpod is now Ona - AI software engineers for your team at ona.com" />
<meta
name="extension-active"
content="false"
>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Dashboard</title>
<title>Gitpod Dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
3 changes: 2 additions & 1 deletion components/dashboard/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"short_name": "Gitpod",
"name": "Gitpod - Always Ready-to-Code.",
"name": "Gitpod Dashboard - Now Ona",
"description": "Gitpod Classic Dashboard. Gitpod is now Ona - AI software engineers for your team at ona.com",
"icons": [
{
"src": "favicon256.png",
Expand Down
Loading