Skip to content

Commit

Permalink
footer add status page
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewong793 committed Aug 23, 2024
1 parent df5923b commit fffd661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function Main() {
<a href="https://github.com/ProvableHQ/sdk">
<img src="../public/github-mark-white.png" style={{height:"24px"}}></img>
</a>
<Link to="https://sdk.betteruptime.com/" style={{color: "white"}}> <span>Status</span> </Link>
<Link to="/terms_of_use" style={{color: "white"}}> <span>Terms of Use</span> </Link>
<Link to="/privacy_policy" style={{color:"white"}}><span>Privacy Policy</span></Link>

Expand Down
1 change: 1 addition & 0 deletions website/src/pages/Homepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const Homepage = () => {
style={{ height: "24px", marginBottom: "1rem" }}
></img>
</a>
<Link to="https://sdk.betteruptime.com/" style={{color: "white"}}> <span>Status</span> </Link>
<Link to="/terms_of_use" style={{ color: "white", textDecoration: "none" }}>
{" "}
<span>Terms of Use</span>{" "}
Expand Down

0 comments on commit fffd661

Please sign in to comment.