mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-18 08:54:20 +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;
|
||||
}
|
||||
|
||||
public function getFavicon()
|
||||
public function getIcon()
|
||||
{
|
||||
return parent::getURI() . '/static/favicon.ico';
|
||||
return parent::getURI() . '/static/favicon.png';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue