Skip to content

Commit

Permalink
Add styling to loading div.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahmcdowell committed Aug 18, 2022
1 parent 3395639 commit 6ac4279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const App = props => {
setLocationToLoad={setLocationToLoad}
user={user}
setUser={setUser} /> :
<div><h3>Loading Location Info</h3></div>
<div className="searchbar"><h3>Loading Location Info</h3></div>
}
</main>
} />
Expand Down

0 comments on commit 6ac4279

Please sign in to comment.