added metric target for newest signup button
This commit is contained in:
parent
1529a86180
commit
8e104d2a5b
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ module.exports.empty = function(state, emit) {
|
||||||
class="center font-medium text-sm text-blue-dark hover:text-blue-darker focus:text-blue-darker mt-4 mb-2"
|
class="center font-medium text-sm text-blue-dark hover:text-blue-darker focus:text-blue-darker mt-4 mb-2"
|
||||||
onclick="${event => {
|
onclick="${event => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
emit('signup-cta');
|
emit('signup-cta', 'drop');
|
||||||
}}"
|
}}"
|
||||||
>
|
>
|
||||||
${state.translate('signInSizeBump', {
|
${state.translate('signInSizeBump', {
|
||||||
|
|
Loading…
Reference in a new issue