fix: changed Title, desc, changed label for OS filters
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
parent
95495ccc23
commit
ac782c04d0
@ -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>
|
||||
|
@ -1,10 +1,10 @@
|
||||
const osFilters = [
|
||||
{
|
||||
label: 'Windows',
|
||||
label: 'windows',
|
||||
value: 'windows'
|
||||
},
|
||||
{
|
||||
label: 'Linux',
|
||||
label: 'linux',
|
||||
value: 'linux'
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user