This commit is contained in:
Galen Wolfe-Pauly 2015-11-04 15:23:04 -08:00
parent d8298d0f18
commit 0d1ab95aa3
2 changed files with 2 additions and 5 deletions

View File

@ -57,8 +57,8 @@ module.exports = query {
render: ->
className = (@props.meta.layout?.replace /,/g," ") || ""
body = [reactify @props.body]
if document.location.hostname is 'urbit.org'
body.unshift (Spam {}, "")
# if document.location.hostname is 'urbit.org'
# body.unshift (Spam {}, "")
if @props.meta.logo?
body.unshift (Logo color:@props.meta.logo)
if @props.meta.next?

View File

@ -519,9 +519,6 @@ module.exports = query({
var body, className, ref1;
className = ((ref1 = this.props.meta.layout) != null ? ref1.replace(/,/g, " ") : void 0) || "";
body = [reactify(this.props.body)];
if (document.location.hostname === 'urbit.org') {
body.unshift(Spam({}, ""));
}
if (this.props.meta.logo != null) {
body.unshift(Logo({
color: this.props.meta.logo