Fix: Sample images name & path
This commit is contained in:
parent
7dab4f5d3c
commit
8287567cd2
@ -5,9 +5,9 @@ class BrandingConfig:
|
|||||||
APP_NAME = "Inventory Manager"
|
APP_NAME = "Inventory Manager"
|
||||||
TAGLINE = "Inventory management system"
|
TAGLINE = "Inventory management system"
|
||||||
# Logo paths (relative to static folder)
|
# Logo paths (relative to static folder)
|
||||||
LOGIN_LOGO = "images/logo_large.png" # ~400x200px recommended
|
LOGIN_LOGO = "images_sample/logo_large.png" # ~400x200px recommended
|
||||||
HEADER_LOGO = "images/logo_small.png" # ~100x50px recommended
|
HEADER_LOGO = "images_sample/logo_small.png" # ~100x50px recommended
|
||||||
FAVICON = "images/favicon.ico" # or .png/.svg
|
FAVICON = "images_sample/favicon.ico" # or .png/.svg
|
||||||
|
|
||||||
# MySQL information
|
# MySQL information
|
||||||
class sql_conf:
|
class sql_conf:
|
||||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Loading…
Reference in New Issue
Block a user