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

View File

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

View File

@@ -18,7 +18,7 @@ export function PWAInstallationGuide() {
return (
<StyledWrapper isOpen={shouldBeOpened}>
<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')}