mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Remove name after feedback
This commit is contained in:
parent
19757ef730
commit
c1a474fe8b
2 changed files with 0 additions and 9 deletions
|
@ -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'>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue