mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
added metric target for newest signup button
This commit is contained in:
parent
1529a86180
commit
8e104d2a5b
@ -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 New Issue
Block a user