Small UI changes

This commit is contained in:
Tanner Collin 2022-07-04 06:05:17 +00:00
parent e65047fead
commit 61021d8f91
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>