diff options
author | Vitaly Takmazov | 2018-10-24 14:27:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 955f75f1c049e4b81f2995ef4e90f5d4a657077a (patch) | |
tree | 5bb12bf43cea5aac9bd41882ee6b1f28f727c303 /vnext/src/components/__tests__ | |
parent | 9643826617928fd23722497a308fd8d24d873cd7 (diff) |
drop schema.org metadata
Diffstat (limited to 'vnext/src/components/__tests__')
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap index e44b49db..ef7be4ed 100644 --- a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap @@ -29,20 +29,12 @@ exports[`Avatar renders correctly 1`] = ` } } > - <span - itemProp="author" - itemScope="" - itemType="http://schema.org/Person" - > + <span> <a href="/ugnich/" - itemProp="url" onClick={[Function]} - rel="author" > - <span - itemProp="name" - > + <span> ugnich </span> </a> |