Skip to content

Commit

Permalink
small label updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltsoukup committed Jan 12, 2024
1 parent a7e5873 commit 3c91d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
app = Dash(
"Noise-App",
title="Noise Pressure Monitor",
external_stylesheets=[theme_url],
external_stylesheets=[theme_url, dbc.icons.FONT_AWESOME],
)
server = app.server

Expand Down Expand Up @@ -82,7 +82,7 @@
dbc.Row(
[
html.H2(
children="7-Day System Statistics",
children="Week in Numbers ",
style={"textAlign": "center"},
),
dbc.Col([GraphManager.system_count_indicator]),
Expand Down
2 changes: 1 addition & 1 deletion app/src/app_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _initialize_navbar(cls) -> None:
)
cls.navbar = dbc.NavbarSimple(
children=[about_modal],
brand="🎧 Toronto Noise Monitor 🎧",
brand=html.Span(["Toronto Noise Monitor ", html.I(className="fa-solid fa-tower-broadcast")]),
color="primary",
dark=True,
fixed="top",
Expand Down

0 comments on commit 3c91d8e

Please sign in to comment.