Skip to content

Commit

Permalink
Updates default image when there is no alert (#150)
Browse files Browse the repository at this point in the history
* Added no alert default image

* Updated path to default image
  • Loading branch information
fe51 authored Apr 11, 2024
1 parent 60adb69 commit 76880a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added app/assets/images/no-alert-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/pages/homepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def homepage_layout(user_headers, user_credentials):
id="image-container",
children=[
html.Img(
src="https://pyronear.org/img/logo_letters_orange.png",
src="./assets/images/no-alert-default.png",
style={"max-width": "100%", "height": "auto"},
)
], # Adjust the style as needed
Expand Down

0 comments on commit 76880a8

Please sign in to comment.