Skip to content

Commit

Permalink
fixed button text
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvldmrbrvkv committed Aug 28, 2023
1 parent 9f86054 commit fa3f603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function App() {
<div className={styles.App}>
{!token && <p className={styles.AppText}>To access this app, please login with <a href='https://open.spotify.com/' target='_blank' rel='noreferrer'>Spotify.</a></p>}
{!token && <button onClick={handleLogIn} className={styles.AppButton}>
Log in with Spotify
Log In With Spotify
</button>}
{token && <SearchBar searchInput={searchInput} handleSeachInput={handleSeachInput} handleSearchSubmit={handleSearchSubmit} />}
{token && <div className={styles.SearchResultsAndPlaylist}>
Expand Down

0 comments on commit fa3f603

Please sign in to comment.