Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ekin-burak committed Jun 6, 2022
1 parent 70a7491 commit ead4a1c
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 78 deletions.
109 changes: 34 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function App() {
required
/>
<input
type="password"
className="textInput"
name="pass"
placeholder="password"
Expand Down
1 change: 0 additions & 1 deletion src/pages/Graphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function Home() {
<button onClick={() => navigate("/Home")} className="navbar-btn">
{Authentication.getUserName()}
</button>
<button className="navbar-btn">Change Capital</button>
<button
onClick={() => {
navigate("/RecordTrade");
Expand Down
1 change: 0 additions & 1 deletion src/pages/RecordTrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function RecordTrade() {
<button onClick={() => navigate("/Home")} className="navbar-btn">
{Authentication.getUserName()}
</button>
<button className="navbar-btn">Change Capital</button>
<button className="navbar-btn">Record Trade Activity</button>

<button onClick={() => navigate("/Graphs")} className="navbar-btn">
Expand Down
1 change: 1 addition & 0 deletions src/styling/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body {
height: 80%;
width: 100%;
display: flex;
text-security: disc;
/* align-items: center; */
/* border: 5px solid black; */
flex-direction: column;
Expand Down
Loading

1 comment on commit ead4a1c

@vercel
Copy link

@vercel vercel bot commented on ead4a1c Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.