fix: changed Title, desc, changed label for OS filters

Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
Raul Kele 2022-10-18 13:23:23 +03:00
parent 95495ccc23
commit ac782c04d0
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="zot OCI-native Container Image Registry"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>zot Container Image Library | App Containerization</title>
<title>zot OCI-native Container Image Registry</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -1,10 +1,10 @@
const osFilters = [
{
label: 'Windows',
label: 'windows',
value: 'windows'
},
{
label: 'Linux',
label: 'linux',
value: 'linux'
}
];