Skip to content

Commit 5c7bc87

Browse files
author
Zaydek Michels-Gualtieri
committed
Tweaks to <FAQ>
1 parent e27deaf commit 5c7bc87

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/components/FAQ/index.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ const FAQContentsFragment = () => (
4141
<React.Fragment>
4242

4343
<Meta.HeaderBlock>
44-
<h2 className="Poppins-clip-path-bottom">
45-
Frequently asked questions
44+
<h2>
45+
<span className="inline-block Poppins-clip-path-bottom">Frequently</span>{" "}
46+
<span className="inline-block Poppins-clip-path-bottom">asked</span>{" "}
47+
<span className="inline-block Poppins-clip-path-bottom">questions</span>{" "}
48+
<E>🤔</E>
4649
</h2>
4750
</Meta.HeaderBlock>
4851

@@ -60,10 +63,10 @@ const FAQContentsFragment = () => (
6063
What is Codex?
6164
</h3>
6265
<p>
63-
Codex is a new WYSIWYG, what-you-see-is-what-you-get, markdown editor and notebook for the developer community.&nbsp;<E>👍</E>
66+
Codex is a new WYSIWYG, what-you-see-is-what-you-get, markdown editor and notebook for the developer community. <E>👍</E>
6467
</p>
6568
<p className="mt-4">
66-
Codex enables you to be more productive by helping you focus on what matters.
69+
Codex enables you to be more productive by helping you focus on what matters — expressing yourself in words and <Code>code</Code>.
6770
</p>
6871
</QuestionBlock>
6972

@@ -73,7 +76,7 @@ const FAQContentsFragment = () => (
7376
</h3>
7477
<p>
7578
The name ‘Codex’ is actually inspired by <Anchor href="https://en.wikipedia.org/wiki/Codex_Leicester">Leonardo da Vinci’s Codex Leicester</Anchor>.{" "}
76-
I actually found out when writing this that <Anchor href="https://businessinsider.com/look-inside-the-codex-leicester-which-bill-gates-bought-for-30-million-2015-7">Bill Gates bought Leonardo da Vinci’s Codex for $30 million</Anchor>.&nbsp;<E>🤯</E>
79+
I actually found out when writing this that <Anchor href="https://businessinsider.com/look-inside-the-codex-leicester-which-bill-gates-bought-for-30-million-2015-7">Bill Gates bought Leonardo da Vinci’s Codex for $30 million</Anchor>. <E>🤯</E>
7780
</p>
7881
<p className="mt-4">
7982
I got really inspired by this idea of ‘what would a modern, technical journal look like?’ and ‘why don’t we have one?’{" "}
@@ -157,7 +160,7 @@ const FAQContentsFragment = () => (
157160
Does Codex support embeds and tables?
158161
</h3>
159162
<p>
160-
Not just yet, but these are planned features.&nbsp;<E>👍</E>
163+
Not just yet, but these are planned features. <E>👍</E>
161164
</p>
162165
</QuestionBlock>
163166

@@ -180,7 +183,7 @@ const FAQContentsFragment = () => (
180183
Finally, React rerenders the virtual document back to the DOM.
181184
</p>
182185
<p className="mt-4">
183-
Of course, the implementation is far more subtle and treacherous.&nbsp;<E>👻</E>.
186+
Of course, the implementation is far more subtle and treacherous. <E>👻</E>.
184187
</p>
185188
<p className="mt-4">
186189
(No — I’m not using a popular open source library like <Anchor href="https://github.com/facebook/draft-js">Draft.js</Anchor> or <Anchor href="https://github.com/codemirror/CodeMirror">CodeMirror</Anchor> to engineer the Codex editor.)

0 commit comments

Comments
 (0)