Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasSchaeuble-EH committed Oct 29, 2023
1 parent bef7b23 commit 66f0230
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 20 deletions.
52 changes: 33 additions & 19 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/src/Components/Scheduling.js
Expand Up @@ -55,7 +55,7 @@ const Scheduling = (props) => {
</div>
</div>
<div className="view-all-container">
<button className="view-all-button" onClick={featureSoon}>Search match</button>
<button className="view-all-button" onClick={featureSoon}>Request match</button>
</div>
{/* <div className="guests-slider">
<div className="slider">
Expand Down

0 comments on commit 66f0230

Please sign in to comment.