fix(client): 404 night mode
This commit is contained in:
committed by
mrugesh mohapatra
parent
1f923db64b
commit
0030892645
@ -16,6 +16,7 @@
|
||||
.quote-wrapper {
|
||||
background-color: #eee;
|
||||
padding: 20px 20px 20px 42px;
|
||||
border-width: 0;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
max-width: 980px;
|
||||
|
@ -38,13 +38,13 @@ class NotFoundPage extends Component {
|
||||
We couldn't find what you were looking for, but here is a
|
||||
quote:
|
||||
</p>
|
||||
<div className='quote-wrapper'>
|
||||
<blockquote className='quote-wrapper'>
|
||||
<p className='quote'>
|
||||
<span>“</span>
|
||||
{this.state.randomQuote.quote}
|
||||
</p>
|
||||
<p className='author'>- {this.state.randomQuote.author}</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
) : (
|
||||
<Spinner color='#006400' name='ball-clip-rotate-multiple' />
|
||||
|
Reference in New Issue
Block a user