Skip to content

Commit

Permalink
Add a couple of target=_blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD authored and oliviasculley committed Oct 16, 2023
1 parent bc5bbf3 commit 711a57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MainMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ function toTitleCase(string: string) {
>
<l-control-attribution
position="bottomright"
prefix="Brought to you by <a href='https://hackgreenville.com/'>HackGreenville Labs</a>."
prefix="Brought to you by <a href='https://hackgreenville.com/' target='_blank'>HackGreenville Labs</a>."
/>
<l-tile-layer
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
layer-type="base"
name="OpenStreetMap"
attribution="© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors"
attribution="© <a href='https://www.openstreetmap.org/copyright' target='_blank'>OpenStreetMap</a> contributors"
/>
<MaintainersViewerControl
v-if="
Expand Down

0 comments on commit 711a57a

Please sign in to comment.