Fix: Sample images name & path
This commit is contained in:
parent
7dab4f5d3c
commit
8287567cd2
@ -5,9 +5,9 @@ class BrandingConfig:
|
||||
APP_NAME = "Inventory Manager"
|
||||
TAGLINE = "Inventory management system"
|
||||
# Logo paths (relative to static folder)
|
||||
LOGIN_LOGO = "images/logo_large.png" # ~400x200px recommended
|
||||
HEADER_LOGO = "images/logo_small.png" # ~100x50px recommended
|
||||
FAVICON = "images/favicon.ico" # or .png/.svg
|
||||
LOGIN_LOGO = "images_sample/logo_large.png" # ~400x200px recommended
|
||||
HEADER_LOGO = "images_sample/logo_small.png" # ~100x50px recommended
|
||||
FAVICON = "images_sample/favicon.ico" # or .png/.svg
|
||||
|
||||
# MySQL information
|
||||
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