Skip to content

Commit

Permalink
Fixed broken NREL logo link.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamsTravis committed Oct 29, 2024
1 parent 44fb5fa commit 7022e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reView/layout/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
),
html.A(
html.Img(
src="""https://raw.githubusercontent.com/NREL/reView/
main/reView/static/nrel_logo.png""",
src=("https://raw.githubusercontent.com/NREL/reView/"
"main/reView/static/nrel_logo.png"),
className="twelve columns",
style={
"height": "70px",
Expand Down

0 comments on commit 7022e00

Please sign in to comment.