updated logo, added favicon (thanks Remi!)

This commit is contained in:
Philippe Loctaux 2023-03-31 17:08:40 +02:00
parent c8700cfdc8
commit b64766cd4b
22 changed files with 127 additions and 1 deletions

View file

@ -6,7 +6,7 @@ use id::UserID;
use url::Url;
const DEFAULT_BUSINESS_NAME: &str = "ezidam";
pub const DEFAULT_BUSINESS_LOGO: &[u8] = include_bytes!("../../../logo/ezidam.png");
pub const DEFAULT_BUSINESS_LOGO: &[u8] = include_bytes!("../../../logo/logo.png");
impl From<DatabaseSettings> for Settings {
fn from(db: DatabaseSettings) -> Self {