From c125aacf068a6eb68d7abeb769d9afeb5f3d3497 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 2 Dec 2018 18:26:59 -0800 Subject: [PATCH] Move search input to the right --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index a54e9849..3e05935c 100644 --- a/src/App.js +++ b/src/App.js @@ -143,13 +143,13 @@ class App extends React.Component { Winamp Skin Museum + this.props.setSearchQuery(e.target.value)} value={this.props.searchQuery || ""} placeholder={"Search..."} /> -