Socialify

Folder ..

Viewing footer.test.tsx.snap
30 lines (29 loc) • 569.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Footer renders 1`] = `
<footer
  class="footer footer-center p-2 text-base-content"
>
  <div>
    <p>
      <span>
        Made with 💖 by 
      </span>
      <a
        class="link link-accent no-underline"
        href="https://cryogenicplanet.tech"
        target="_blank"
      >
        CryogenicPlanet
      </a>
       and 
      <a
        class="link link-accent no-underline"
        href="https://github.com/wei/"
        target="_blank"
      >
        Wei
      </a>
    </p>
  </div>
</footer>
`;