chore: restyle welcome route style
This commit is contained in:
@@ -44,8 +44,14 @@ class Welcome extends Component {
|
|||||||
label="Connect with your soul through a simple, beautiful journaling experience from any device."
|
label="Connect with your soul through a simple, beautiful journaling experience from any device."
|
||||||
/>
|
/>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<div>
|
<div
|
||||||
<h1>Hello</h1>
|
style={{
|
||||||
|
fontFamily: "cursive",
|
||||||
|
fontSize: 100,
|
||||||
|
height: 60,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
"
|
||||||
</div>
|
</div>
|
||||||
<Quote>{todaysQuote.quote}</Quote>
|
<Quote>{todaysQuote.quote}</Quote>
|
||||||
<QuoteAuthor style={{ letterSpacing: 1.1, marginBottom: 30 }}>
|
<QuoteAuthor style={{ letterSpacing: 1.1, marginBottom: 30 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user