Skip to content

Commit

Permalink
fixed roommate button
Browse files Browse the repository at this point in the history
  • Loading branch information
jesszhang782 committed Apr 10, 2024
1 parent 88bbc6b commit 2852fb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions student-match/src/app/homePage/roommateHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ function RoommateHome() {
{/* <Link href="/roommateForm">Fill Out Roommate Preference Form</Link> */}
<br></br>
<br></br>
<button
className="roommate_button"
onClick={() => (window.location.href = "/roommateForm")}
>
Fill Out Roommate Form
</button>

<button className="roommate_button" onClick={handleButtonClick}>
Find Matches
</button>
Expand Down

0 comments on commit 2852fb3

Please sign in to comment.