about summary refs log tree commit diff
path: root/tests/components/__snapshots__/JoinUs.test.js.snap
blob: 832268c6d092ad206f82cabb56f7bc6aa6e62e85 (plain)
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
31
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`JoinUs match snapshot 1`] = `
<section
  class="joinus"
>
  <div
    class="heading"
  >
    <div
      class="title"
    >
      <div
        class="text"
      >
        Rozpocznij swoją harcerską przygodę!
      </div>
    </div>
     
    <div
      class="button"
    >
      <router-link
        to="/kontakt"
      >
        Dołącz do nas!
      </router-link>
    </div>
  </div>
</section>
`;