Skip to content

Commit

Permalink
Removed top ad on home page and added ad to sticky banner
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jul 2, 2021
1 parent 49b0f38 commit 6a46ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/macos-big-sur-icons/src/components/StickyBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ export default {
adClick(){
let parent = this
window.plausible("logDonation", {props: {
location: parent.$router.currentRoute.name,
campaign: "Pride Month",
window.plausible("adClick", {props: {
path: parent.$router.currentRoute.name,
position: "Bottom Sticky Banner"
}})
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/store/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export default new Vuex.Store({
adClick(store){
let parent = this
window.plausible("adClick", {props: {
path: globalThis.router.currentRoute.name,
path: globalThis.router.currentRoute.name,
}})
},

Expand Down

0 comments on commit 6a46ae0

Please sign in to comment.