diff --git a/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap b/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap
index da2b40ba7ddea42f795c4a7f4eb871cc1f672545..8d9f2c491c1bf079f4f02d52aa0d168567823ddf 100644
--- a/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap
+++ b/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap
@@ -12,11 +12,27 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
     >
       legal.title_legal
     </div>
-    <ForwardRef
+    <ForwardRef(WithStyles)
       className="legal-notice-card-link"
+      component={
+        Object {
+          "$$typeof": Symbol(react.forward_ref),
+          "displayName": "Link",
+          "propTypes": Object {
+            "innerRef": [Function],
+            "onClick": [Function],
+            "replace": [Function],
+            "target": [Function],
+            "to": [Function],
+          },
+          "render": [Function],
+        }
+      }
       to="options/legalnotice"
     >
-      <StyledCard>
+      <div
+        className="card"
+      >
         <div
           className="legal-notice-card"
         >
@@ -35,8 +51,8 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
             </div>
           </div>
         </div>
-      </StyledCard>
-    </ForwardRef>
+      </div>
+    </ForwardRef(WithStyles)>
   </div>
 </div>
 `;