Skip to content

Commit

Permalink
Revert url change
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Oct 27, 2023
1 parent 432f7c6 commit 9c60fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/boundaries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const layers: ILayers = {
description_url: 'https://www.nysenate.gov/',
sql: `SELECT * FROM all_bounds WHERE id = 'ss'`,
icon: '⚖️',
formatUrl: name => `https://www.nysenate.gov/districts/${name}`,
formatUrl: name => `https://www.nysenate.gov/district/${name}`,
formatContent: name => format_default(name)
},
nta: {
Expand Down

0 comments on commit 9c60fee

Please sign in to comment.