Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Add Office Hours to landing page
  • Loading branch information
semuelle authored Jul 24, 2024
1 parent edf3bb3 commit 5a4a479
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ function HomepageHeader() {
}}>
Apply
</Link>
<Link
className="button button--secondary button--lg"
to="./docs/office-hours"
style={{
marginLeft: "10px",
marginBottom: "5px"
}}>
Office Hours
</Link>
<Link
className="button button--secondary button--lg"
to="./docs/rfps"
Expand Down

0 comments on commit 5a4a479

Please sign in to comment.