Skip to content

Commit

Permalink
Fixed subscribe button error
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Mar 21, 2021
1 parent 13eda41 commit e522ee8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default {
methods:{
logSubscription(){
let parent = this
let currentPath = parent.$router.currentRoute.name;
window.plausible("logSubscription", {props: {
path: currentPath,
Expand Down
6 changes: 5 additions & 1 deletion website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@
</h3>

<p class="coral-Body--XS p-b-0 opacity-80 m-b-0"><input class="editable-input" @change="editDoc(icon, $event, 'usersName')" type="text" variant="quiet" :value="icon.usersName" is="coral-textfield" aria-label="text input"></p>
<p class="coral-Body--XS p-b-0 opacity-50 m-b-0"><input class="editable-input small-text" @change="editDoc(icon, $event, 'credit')" type="text" variant="quiet" :value="icon.credit" is="coral-textfield" aria-label="text input"></p>

<p class="coral-Body--XS p-b-0 opacity-50 m-b-0">
<input class="editable-input small-text" @change="editDoc(icon, $event, 'credit')" type="text" variant="quiet" :value="icon.credit" is="coral-textfield" aria-label="text input">
</p>

<div v-if="icon.email != 'user@email.com' && icon.email " class="p-t-10">
<a rel="noopener" class="coral-Link" :href="'mailto:'+icon.email+'?subject=macOS icons submission&body='+icon.usersName">
email
Expand Down

1 comment on commit e522ee8

@vercel
Copy link

@vercel vercel bot commented on e522ee8 Mar 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.