Skip to content

Commit

Permalink
Merge pull request #17 from mmann1123:fix_icon2
Browse files Browse the repository at this point in the history
static folder
  • Loading branch information
mmann1123 authored May 30, 2024
2 parents 80f9f1e + 8c87160 commit 5f3d992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osm_leaderboard/dash_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,21 @@
[
html.A(
html.Img(
src="https://github.com/mmann1123/OSM_LeaderBoard/blob/main/video/gw.png?raw=true",
src="https://github.com/mmann1123/OSM_LeaderBoard/blob/main/static/gw.png?raw=true",
style={"height": "70px", "margin-right": "10px"},
),
href="https://geography.columbian.gwu.edu/",
),
html.A(
html.Img(
src="https://github.com/mmann1123/OSM_LeaderBoard/blob/main/video/pygis.png?raw=true",
src="https://github.com/mmann1123/OSM_LeaderBoard/blob/main/static/pygis.png?raw=true",
style={"height": "70px", "margin-right": "10px"},
),
href="https://pygis.io",
),
html.A(
html.Img(
src="https://github.com/mmann1123/OSM_LeaderBoard/blob/main/video/youthmappers.webp?raw=true",
src="https://github.com/mmann1123/OSM_LeaderBoard/blob/main/static/youthmappers.webp?raw=true",
style={"height": "70px"},
),
href="https://www.youthmappers.org/",
Expand Down

0 comments on commit 5f3d992

Please sign in to comment.