diff --git a/pub/tree/src/js/components/BodyComponent.coffee b/pub/tree/src/js/components/BodyComponent.coffee index 1f98b1885..2f46f3e6b 100644 --- a/pub/tree/src/js/components/BodyComponent.coffee +++ b/pub/tree/src/js/components/BodyComponent.coffee @@ -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? diff --git a/pub/tree/src/js/main.js b/pub/tree/src/js/main.js index 4fbcd7fe3..a2b877baa 100644 --- a/pub/tree/src/js/main.js +++ b/pub/tree/src/js/main.js @@ -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