Skip to content

Commit

Permalink
Merge pull request #521 from jansule/fix-footer
Browse files Browse the repository at this point in the history
fix: fix link to geostyler release in footer
  • Loading branch information
jansule authored Nov 21, 2023
2 parents c7467bc + 9e7f163 commit 5bc4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export const App: React.FC = () => {
Privacy Policy
</a>
<a href="https://github.com/geostyler/geostyler/releases/tag/v<%= htmlWebpackPlugin.options.geostylerVersion %>">
<a href={`https://github.com/geostyler/geostyler/releases/tag/v${process.env.GEOSTYLER_VERSION}`}>
GeoStyler v{process.env.GEOSTYLER_VERSION}
</a>
</span>
Expand Down

0 comments on commit 5bc4dcb

Please sign in to comment.