Skip to content

Commit

Permalink
remove feedback (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson authored Jun 4, 2022
1 parent 610957c commit a6a7f5b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/MainHeaderDescriptive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
</div>
<div class="searchbox-wrapper">
<SearchBox v-if="!noSearch" :inplace="true"></SearchBox>
<v-btn text small @click="openFeedback" class="text--secondary ml-5" outlined rounded active-class="bg-before-transparent">
Feedback
</v-btn>
<SocialsList class="socials-list ml-3"/>
<ThemeSwitcher />
</div>
Expand Down Expand Up @@ -59,17 +56,6 @@ export default {
return this.$vuetify.theme.dark;
}
},
methods: {
openFeedback() {
window.open('https://docs.google.com/forms/d/e/1FAIpQLSdTkewJ9UJHZByjpFndubp6kwEOENRBtvGIg9FisIdUJHB1mA/viewform', '_blank');
if (this.$gtag) {
this.$gtag.event('Social Click', {
'event_category': 'Feedback',
'event_label': this.$router.currentRoute.fullPath
});
}
}
}
}
</script>

Expand Down

0 comments on commit a6a7f5b

Please sign in to comment.