Skip to content

Commit

Permalink
Open communities in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
rradczewski committed Aug 15, 2024
1 parent aacb5d2 commit b0eb561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
eventmachine (1.2.7-x64-mingw32)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.27.0)
google-protobuf (4.27.3)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -68,15 +68,13 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.77.2)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.77.2-x64-mingw32)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
Expand Down
1 change: 1 addition & 0 deletions js/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const Map = ({
const link = document.createElement("a");
link.innerText = "View Community";
link.href = feature.properties!.url;
link.target = "_blank";
div.appendChild(link);

const popup = new mapboxgl.Popup()
Expand Down

0 comments on commit b0eb561

Please sign in to comment.