Fix: Sample images name & path

This commit is contained in:
Candifloss 2025-04-06 17:08:12 +05:30
parent 7dab4f5d3c
commit 8287567cd2
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB