Skip to content

Commit

Permalink
client dir - mild clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
meixingc committed Mar 24, 2023
1 parent 56d7a73 commit 9987536
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 79 deletions.
70 changes: 0 additions & 70 deletions client/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# CLIENT_ID = "eef2fa1c791646b4a39e468190194962"
# CLIENT_SECRET = "03dfe7030f124c66a3efb6d1d43944e4"
# CLIENT_SECRET = "03df e7030f124c66a3efb6d1d43944e4"
2 changes: 1 addition & 1 deletion client/src/components/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Nav() {
<SearchBar />
</div>
<div className="nav-center">
<img className="logo" src="/images/rhythmic.png" alt="" />
<img className="logo" src="/rhythmic.png"/>
<div className="center-bottom">
{
(!authenticated)?<button className="registerbtn" onClick={() => navigate('/register')}>What's Your Rhythm?</button>:null
Expand Down
3 changes: 0 additions & 3 deletions client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ root.render(
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
4 changes: 0 additions & 4 deletions client/src/setupTests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';

0 comments on commit 9987536

Please sign in to comment.