some icons returned back

This commit is contained in:
Daniel Shleifman
2022-07-26 11:14:37 +03:00
parent 9143df54f1
commit 7d8b255edf
8 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -11,8 +11,9 @@
<meta name="viewport" content="width=device-width, shrink-to-fit=no, viewport-fit=cover, user-scalable=no"> <meta name="viewport" content="width=device-width, shrink-to-fit=no, viewport-fit=cover, user-scalable=no">
<meta name="description" content="TorrServer - torrent to http stream"> <meta name="description" content="TorrServer - torrent to http stream">
<title>TorrServer MatriX</title> <title>TorrServer MatriX</title>
<link rel="icon" type="image/png" sizes="196x196" href="favicon-196.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" href="apple-icon-180.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" href="apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> <link rel="apple-touch-startup-image" href="apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"> <link rel="apple-touch-startup-image" href="apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">

View File

@@ -57,7 +57,7 @@ export default function AboutDialog() {
<HeaderSection> <HeaderSection>
<div>{t('About')}</div> <div>{t('About')}</div>
{torrServerVersion} {torrServerVersion}
<img src='/apple-icon-180.png' alt='ts-icon' /> <img src='/apple-touch-icon.png' alt='ts-icon' />
</HeaderSection> </HeaderSection>
<div style={{ overflow: 'auto' }}> <div style={{ overflow: 'auto' }}>

View File

@@ -18,7 +18,7 @@ export function PWAInstallationGuide() {
return ( return (
<StyledWrapper isOpen={shouldBeOpened}> <StyledWrapper isOpen={shouldBeOpened}>
<StyledHeader> <StyledHeader>
<img src='/apple-icon-180.png' width={50} alt='ts-icon' /> <img src='/apple-touch-icon.png' width={50} alt='ts-icon' />
{t('PWAGuide.Header')} {t('PWAGuide.Header')}