Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Footer matches a snapshot 1`] = `
<React.Fragment>
  <footer
    className="Footer Footer--light Test Footer--narrow"
  >
    <Section
      className={null}
      theme="transparent"
    >
      <div
        className="Footer-column"
      >
        <hr
          className="Footer-hr"
        />
        <FooterNav
          links={
            Array [
              Object {
                "description": null,
                "label": "Test1",
                "to": "https://www.doodle.com",
              },
              Object {
                "description": null,
                "label": "Test2",
                "to": "https://www.doodle.com/create",
              },
            ]
          }
          variant="primary"
        />
        <section
          className="Footer-languageSocial Footer-languageSocial-center"
        >
          <SocialIcons />
        </section>
        <FooterNav
          links={
            Array [
              Object {
                "description": null,
                "label": "Test3",
                "to": "https://www.doodle.com",
              },
              Object {
                "description": null,
                "label": "Test4",
                "to": "https://www.doodle.com/create",
              },
            ]
          }
          variant="secondary"
        />
      </div>
    </Section>
  </footer>
  <footer
    className="Footer Footer--light Test Footer--wide"
  >
    <Section
      className={null}
      theme="transparent"
    >
      <div
        className="Footer-column"
      >
        <hr
          className="Footer-hr"
        />
        <div
          className="Footer-row"
        >
          <section
            className="Footer-column"
          >
            <FooterNav
              links={
                Array [
                  Object {
                    "description": null,
                    "label": "Test1",
                    "to": "https://www.doodle.com",
                  },
                  Object {
                    "description": null,
                    "label": "Test2",
                    "to": "https://www.doodle.com/create",
                  },
                ]
              }
              variant="primary"
            />
            <FooterNav
              links={
                Array [
                  Object {
                    "description": null,
                    "label": "Test3",
                    "to": "https://www.doodle.com",
                  },
                  Object {
                    "description": null,
                    "label": "Test4",
                    "to": "https://www.doodle.com/create",
                  },
                ]
              }
              variant="secondary"
            />
          </section>
          <section
            className="Footer-languageSocial"
          >
            <SocialIcons />
          </section>
        </div>
      </div>
    </Section>
  </footer>
</React.Fragment>
`;