updated logo, added favicon (thanks Remi!)
This commit is contained in:
parent
c8700cfdc8
commit
b64766cd4b
22 changed files with 127 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue