Set correct titles
This commit is contained in:
parent
c645db4377
commit
7c018ef6b0
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user