Remove name after feedback

This commit is contained in:
Matthew Taylor 2017-02-15 10:51:13 -05:00
parent 19757ef730
commit c1a474fe8b
2 changed files with 0 additions and 9 deletions

View file

@ -418,7 +418,6 @@ var ConferenceSplash = React.createClass({
</table>
<a className='button mod-2017-panel' href='mailto:jovi.tong@uniamber.com'>
<FormattedMessage id='conference-2017.contact' />
<div className='button-contact-extra'>{'(Jovi Tongyuzhou)'}</div>
</a>
</section>
<section className='conf2017-panel mod-costarica mod-last'>

View file

@ -120,10 +120,6 @@
.button.mod-2017-panel {
width: 5.75rem;
}
.button-contact-extra {
display: none;
}
}
@media only screen and (min-width: $mobile) and (max-width: $tablet - 1) {
@ -160,10 +156,6 @@
.button.mod-2017-panel {
width: 5.75rem;
}
.button-contact-extra {
display: none;
}
}
@media only screen and (min-width: $tablet) and (max-width: $desktop - 1) {