new logo, typo

This commit is contained in:
zotlabs 2019-05-03 19:36:09 -07:00
parent 22205f0490
commit 23c4a30488
4 changed files with 5 additions and 6 deletions

View file

@ -29,7 +29,7 @@ class System {
static public function get_project_icon() {
return z_root() . '/images/bolt-64.png';
return z_root() . '/images/zap4-64.png';
if(defined('NOMADIC')) {
return '⚡';

View file

@ -4,7 +4,7 @@ namespace Zotlabs\Module;
use App;
use Zotlabs\Web\Controller;
use Zotlabs\Lib\Libsync;
use Zotlabss\Lib\Libprofile;
use Zotlabs\Lib\Libprofile;
/*
* @file Profile_photo.php

BIN
images/zap4-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -14,13 +14,12 @@ html {
.project-banner {
float: left;
font-size: 2.0rem;
margin-right: 0.5rem;
margin-right: 1.5rem;
}
.project-banner img {
height: 1.5rem;
width: 1.5rem;
height: 1.8rem;
width: 1.8rem;
}
.project-banner a {