Skip to content

Commit

Permalink
Renamed company image file.
Browse files Browse the repository at this point in the history
  • Loading branch information
anquetos committed Jul 3, 2024
1 parent b652624 commit 2154da1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion app/pages/company/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from app import config as cfg
from app.viz import Viz

company_image_path = f"{cfg.IMAGES}/pexels-ingo-joseph-1880351.jpg"
company_image_path = f"{cfg.IMAGES}/company-image.jpg"

DEFAULT_COMPANY = "SHELL"

Expand Down

0 comments on commit 2154da1

Please sign in to comment.