Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Aug 1, 2024
1 parent 0c01540 commit 66e0ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/nav-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"name": "Download",
"href": "/download",
"class": "basic",
"icon": "/download.svg",
"icon": "https://qgis.github.io/qgis-uni-navigation/download.svg",
"activeTest": "/download"
}
},
Expand All @@ -215,7 +215,7 @@
"name": "Donate",
"href": "/funding/donate",
"class": "primary",
"icon": "/donate.svg",
"icon": "https://qgis.github.io/qgis-uni-navigation//donate.svg",
"activeTest": "/funding/donate"
}
},
Expand All @@ -225,7 +225,7 @@
"name": "Goodies",
"href": "/goodies",
"class": "basic icon-button",
"icon": "/goodies.svg",
"icon": "https://qgis.github.io/qgis-uni-navigation//goodies.svg",
"activeTest": "/goodies"
}
}
Expand Down

0 comments on commit 66e0ec6

Please sign in to comment.