refactor: using react hooks

This commit is contained in:
alxshelepenok
2019-05-09 16:57:42 +03:00
parent cb4d08f434
commit 4ada925e0f
45 changed files with 1972 additions and 781 deletions

View File

@@ -7,15 +7,15 @@ exports[`Author renders correctly 1`] = `
<p
className="author__bio"
>
test
Test bio
<a
className="author__bio-twitter"
href="https://www.twitter.com/test"
href="https://www.twitter.com/#"
rel="noopener noreferrer"
target="_blank"
>
<strong>
test
Test name
</strong>
on Twitter
</a>