Small UI changes
This commit is contained in:
parent
e65047fead
commit
61021d8f91
|
@ -58,7 +58,7 @@ class App extends React.Component {
|
||||||
<p>
|
<p>
|
||||||
<Link to='/'>QotNews</Link>
|
<Link to='/'>QotNews</Link>
|
||||||
|
|
||||||
<span className='theme'>Theme: <a href='#' onClick={() => this.light()}>Light</a> - <a href='#' onClick={() => this.dark()}>Dark</a></span>
|
<span className='theme'><a href='#' onClick={() => this.light()}>Light</a> - <a href='#' onClick={() => this.dark()}>Dark</a></span>
|
||||||
<br />
|
<br />
|
||||||
<span className='slogan'>Hacker News, Reddit, Lobsters, and Tildes articles rendered in reader mode.</span>
|
<span className='slogan'>Hacker News, Reddit, Lobsters, and Tildes articles rendered in reader mode.</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -41,7 +41,7 @@ class Submit extends Component {
|
||||||
<span className='search'>
|
<span className='search'>
|
||||||
<form onSubmit={this.submitArticle}>
|
<form onSubmit={this.submitArticle}>
|
||||||
<input
|
<input
|
||||||
placeholder='Submit Article'
|
placeholder='Submit URL'
|
||||||
ref={this.inputRef}
|
ref={this.inputRef}
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user