mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update public web icons
This commit is contained in:
@@ -57,7 +57,7 @@ export default function AboutDialog() {
|
||||
<HeaderSection>
|
||||
<div>{t('About')}</div>
|
||||
{torrServerVersion}
|
||||
<img src='/apple-touch-icon.png' alt='ts-icon' />
|
||||
<img src='/icon.png' alt='ts-icon' />
|
||||
</HeaderSection>
|
||||
|
||||
<div style={{ overflow: 'auto' }}>
|
||||
|
||||
@@ -18,7 +18,7 @@ export function PWAInstallationGuide() {
|
||||
return (
|
||||
<StyledWrapper isOpen={shouldBeOpened}>
|
||||
<StyledHeader>
|
||||
<img src='/apple-touch-icon.png' width={50} alt='ts-icon' />
|
||||
<img src='/icon.png' width={50} alt='ts-icon' />
|
||||
|
||||
{t('PWAGuide.Header')}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user