Skip to content

Commit

Permalink
[CubariProxyBridge] Fix favicon properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Dec 12, 2024
1 parent 4685bbd commit a120e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/CubariProxyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ public function getURI()
return $uri;
}

public function getFavicon()
public function getIcon()
{
return parent::getURI() . '/static/favicon.ico';
return parent::getURI() . '/static/favicon.png';
}
}

0 comments on commit a120e81

Please sign in to comment.