Skip to content

Commit

Permalink
Merge branch 'avi-branch' into 'main'
Browse files Browse the repository at this point in the history
Fixed link to org focused browsing page

Closes #14

See merge request grey-software/focused-browsing!12
  • Loading branch information
ArsalaBangash committed Jun 3, 2021
2 parents 41ec070 + ad73fa1 commit 873a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CardTextLinks/CardTextLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
window.open("https://org.grey.software/");
},
openFocusedBrowsing(){
window.open("https://org.grey.software/focused-browing")
window.open("https://org.grey.software/focused-browsing/")
}
}
Expand Down

0 comments on commit 873a05d

Please sign in to comment.