diff --git a/content/community/team.md b/content/community/team.md
index 6e35d028f..4ff9e367f 100644
--- a/content/community/team.md
+++ b/content/community/team.md
@@ -38,14 +38,6 @@ Brian studied art in college and did programming on the side to pay for his educ
Dan got into programming after he accidentally discovered Visual Basic inside Microsoft PowerPoint. He has found his true calling in turning [Sebastian](#sebastian-markbage)'s tweets into long-form blog posts. Dan occasionally wins at Fortnite by hiding in a bush until the game ends.
-### Dominic Gannaway {#dominic-gannaway}
-
-
-
-[@trueadm on GitHub](https://github.com/trueadm) · [@trueadm on Twitter](https://twitter.com/trueadm)
-
-Dominic is interested in travelling, drum and bass, stand-up comedy and spending time with the family. He most enjoys hacking on new unexplored ideas around UIs and accessibility and has a passion for tweaking and optimizing code to get the most performance out of things.
-
### Luna Ruan {#luna-ruan}

@@ -62,6 +54,14 @@ Luna learned programming because she thought it meant creating video games. Inst
Rachel wrote a [book about UI animation](https://abookapart.com/products/animation-at-work) once and worked with MDN and the W3C on the web animations API. Now she is busy with education materials and community engineering on the React team. Secretly, she is an award-winning cartoonist for teenage girls. Catch her making fancy tea with lukewarm water in the microkitchen.
+### Rick Hanlon {#rick-hanlon}
+
+
+
+[@rickhanlonii on GitHub](https://github.com/rickhanlonii) · [@rickhanlonii on Twitter](https://twitter.com/rickhanlonii)
+
+Ricky majored in theoretical math and somehow found himself on the React Native team for a couple years before joining the React team. When he's not programming you can find him snowboarding, biking, climbing, golfing, or closing GitHub issues that do not match the issue template.
+
### Sebastian Markbåge {#sebastian-markbage}

@@ -70,13 +70,11 @@ Rachel wrote a [book about UI animation](https://abookapart.com/products/animati
Sebastian majored in psychology. He's usually quiet. Even when he says something, it often doesn't make sense to the rest of us until a few months later. The correct way to pronounce his surname is "mark-boa-geh" but he settled for "mark-beige" out of pragmatism -- and that's how he approaches React.
-### Yuzhi Zheng {#yuzhi-zheng}
-
-
+### Seth Webster {#seth-webster}
-[@yuzhi on GitHub](https://github.com/yuzhi) · [@yuzhiz on Twitter](https://twitter.com/yuzhiz)
+
-Yuzhi studied Computer Science in school. She liked the instant gratification of seeing code come to life without having to physically be in a laboratory. Now she manages the React team. Before management, she used to work on the Relay data fetching framework. In her spare time, Yuzhi enjoys optimizing her life via gardening and home improvement projects.
+Seth started programming as a kid growing up in Tucson, AZ. After school, he was bitten by the music bug and was a touring musician for about 10 years before returning to *work*, starting with Intuit. In his spare time, he loves [taking pictures](https://www.sethwebster.com) and flying for animal rescues in the northeastern United States.
## Acknowledgements {#acknowledgements}
@@ -93,6 +91,7 @@ React was originally created by [Jordan Walke](https://github.com/jordwalke). To
* [Christoph Nakazawa](https://github.com/cpojer)
* [Christopher Chedeau](https://github.com/vjeux)
* [Clement Hoang](https://github.com/clemmy)
+* [Dominic Gannaway](https://github.com/trueadm)
* [Flarnie Marchan](https://github.com/flarnie)
* [Jason Quense](https://github.com/jquense)
* [Jesse Beach](https://github.com/jessebeach)
@@ -114,6 +113,7 @@ React was originally created by [Jordan Walke](https://github.com/jordwalke). To
* [Sophie Alpert](https://github.com/sophiebits)
* [Sunil Pai](https://github.com/threepointone)
* [Tim Yung](https://github.com/yungsters)
+* [Yuzhi Zheng](https://github.com/yuzhi)
This list is not exhaustive.
diff --git a/content/docs/conditional-rendering.md b/content/docs/conditional-rendering.md
index 8b7cc525d..e8274dcd5 100644
--- a/content/docs/conditional-rendering.md
+++ b/content/docs/conditional-rendering.md
@@ -122,7 +122,7 @@ Deklarowanie zmiennej oraz stosowanie instrukcji `if` to dobry sposób na warunk
### Wewnątrzliniowy warunek `if` z użyciem logicznego operatora `&&` {#inline-if-with-logical--operator}
-JSX umożliwia stosowanie w nawiasach klamrowych [wszelkich wyrażeń](/docs/introducing-jsx.html#embedding-expressions-in-jsx), łącznie z javascriptowym operatorem logicznym `&&`. Jest to przydatne, gdy chcemy jakiś element dołączyć warunkowo.
+JSX pozwala [umieszczać w nawiasach klamrowych wyrażenia](/docs/introducing-jsx.html#embedding-expressions-in-jsx), łącznie z javascriptowym operatorem logicznym `&&`. Jest to przydatne, gdy chcemy jakiś element dołączyć warunkowo.
```js{6-10}
function Mailbox(props) {
diff --git a/content/images/team/rickhanlonii.jpg b/content/images/team/rickhanlonii.jpg
new file mode 100644
index 000000000..eb04614c5
Binary files /dev/null and b/content/images/team/rickhanlonii.jpg differ
diff --git a/content/images/team/sethwebster.jpg b/content/images/team/sethwebster.jpg
new file mode 100644
index 000000000..c665a0b00
Binary files /dev/null and b/content/images/team/sethwebster.jpg differ
diff --git a/src/pages/acknowledgements.html.js b/src/pages/acknowledgements.html.js
index 1e28c4459..fe5a2c2e6 100644
--- a/src/pages/acknowledgements.html.js
+++ b/src/pages/acknowledgements.html.js
@@ -77,7 +77,7 @@ const Acknowlegements = ({data, location}) => (
Dmitriowi Voronianskiemu
{' '}
za pozwolenie nam na wykorzystanie motywu{' '}
-
+
Oceanic Next
{' '}
na naszej stronie.