blob: 98783c45d0af5e0edc0a508a0fd0f5c12338582c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`FacebookFindUsButton match snapshot 1`] = `
<a
href="https://facebook.com/19pdhpuszcza"
rel="noopener"
target="_blank"
>
<div
class="button"
>
<img
alt="Find us on Facebook"
class="image"
src="/assets/social/find_us_fb.png"
/>
</div>
</a>
`;
|