Sha256: a4252a17be97c714bf417a41c16a0e6f7a2394678faf9c695db4ba0a29d87d67

Contents?: true

Size: 255 Bytes

Versions: 53

Compression:

Stored size: 255 Bytes

Contents

const UIFooterHelp = ({ __html }) => {

  return(
    <div className="ui-footer-help">
      <div className="ui-footer-help__content">
        <div>
          <p dangerouslySetInnerHTML={{__html: __html}} />
        </div>
      </div>
    </div>
  )

};

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
disco_app-0.11.1 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.12.0 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.12.1 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.12.5 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.12.6 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.12.7 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.0 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.1 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.2 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.3 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.4 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.5 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.6 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.7 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.13.8 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.14.1 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.14.2 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.15.0 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.16.0 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx
disco_app-0.17.0 app/assets/components/shopify/ui-layout/ui-footer-help.es6.jsx