Set correct titles

This commit is contained in:
Alexander Burmatov 2024-05-23 01:40:28 +03:00 committed by Nadezhda Fedorova
parent c645db4377
commit 7c018ef6b0
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="zot OCI-native Container Image Registry"
content="ALT Linux OCI-native Container Image Registry"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@ -35,7 +35,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 OCI-native Container Image Registry</title>
<title>ALT Linux OCI-native Container Image Registry</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -144,7 +144,7 @@ function Header({ setSearchCurrentValue = () => {} }) {
<Link to="/home">
<picture>
<source media="(min-width:600px)" srcSet={logo} />
<img alt="zot" src={logoxs} className={classes.logo} />
<img alt="ALT Linux" src={logoxs} className={classes.logo} />
</picture>
</Link>
</Grid>