mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-07 08:35:57 +03:00
[CubariProxyBridge] Fix favicon properly (#4364)
This commit is contained in:
parent
4685bbdffd
commit
9126b0f982
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ class CubariProxyBridge extends BridgeAbstract
|
||||||
return $uri;
|
return $uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getFavicon()
|
public function getIcon()
|
||||||
{
|
{
|
||||||
return parent::getURI() . '/static/favicon.ico';
|
return parent::getURI() . '/static/favicon.png';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue