mirror of
https://github.com/status-im/status-site-legacy.git
synced 2025-02-11 06:36:34 +00:00
fix email icon & removed debug message
This commit is contained in:
parent
e1e029f033
commit
a659dea180
@ -971,6 +971,10 @@ footer {
|
||||
background-image: url('../img/icon-github.svg');
|
||||
}
|
||||
|
||||
.icon-email {
|
||||
background-image: url("../img/icon-email.svg");
|
||||
}
|
||||
|
||||
.icon-twitter {
|
||||
background-image: url('../img/icon-twitter.svg');
|
||||
}
|
||||
|
@ -100,7 +100,6 @@
|
||||
},
|
||||
|
||||
afterSuccess: function(data, form) {
|
||||
console.log(data);
|
||||
jQuery(".status-text").removeClass('shown');
|
||||
jQuery("#maitre-verification").html(
|
||||
"Remember to confirm your email to be added to the signup queue. <br /> Improve your position by referring your friends and spreading the word.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user