mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Update default icon
This commit is contained in:
parent
dc05172272
commit
31ed9b450d
23 changed files with 33 additions and 26 deletions
|
@ -304,7 +304,7 @@ class Nav
|
|||
// Provide a banner/logo/whatever
|
||||
$banner = DI::config()->get('system', 'banner');
|
||||
if (is_null($banner)) {
|
||||
$banner = '<a href="https://friendi.ca"><img id="logo-img" src="images/friendica-32.png" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>';
|
||||
$banner = '<a href="https://friendi.ca"><img id="logo-img" width="32" height="32" src="images/friendica.svg" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>';
|
||||
}
|
||||
|
||||
$nav_info = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue