]> source.dussan.org Git - sonarqube.git/blob
9abb73d6d77d819e10bfc3be09677a5e3ba1eaad
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="page-footer page-container"
6   id="footer"
7 >
8   <div>
9     © 2008-2017, SonarCloud.io by
10      
11     <a
12       href="http://www.sonarsource.com"
13       title="SonarSource SA"
14     >
15       SonarSource SA
16     </a>
17     . All rights reserved.
18   </div>
19   <div>
20     <a
21       href="https://about.sonarcloud.io/news/"
22     >
23       footer.news
24     </a>
25      - 
26     <a
27       href="https://about.sonarcloud.io/terms.pdf"
28     >
29       footer.terms
30     </a>
31      - 
32     <a
33       href="https://twitter.com/sonarqube"
34     >
35       footer.twitter
36     </a>
37      - 
38     <a
39       href="https://about.sonarcloud.io/get-started/"
40     >
41       footer.get_started
42     </a>
43      - 
44     <a
45       href="https://about.sonarcloud.io/contact/"
46     >
47       footer.help
48     </a>
49      - 
50     <Link
51       onlyActiveOnIndex={false}
52       style={Object {}}
53       to="/about"
54     >
55       footer.about
56     </Link>
57   </div>
58 </div>
59 `;