Skip to content

Commit 5b4f27d

Browse files
Merge pull request #923 from ProvableHQ/mwong/footer-status-page
SDK: Add status page to footer
2 parents 39b3b77 + 43abf44 commit 5b4f27d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/src/main.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function Main() {
112112
<a href="https://github.com/ProvableHQ/sdk">
113113
<img src="../public/github-mark-white.png" style={{height:"24px"}}></img>
114114
</a>
115+
<Link to="https://sdk.betteruptime.com/" style={{color: "white"}}> <span>Status</span> </Link>
115116
<Link to="/terms_of_use" style={{color: "white"}}> <span>Terms of Use</span> </Link>
116117
<Link to="/privacy_policy" style={{color:"white"}}><span>Privacy Policy</span></Link>
117118

website/src/pages/Homepage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const Homepage = () => {
7474
style={{ height: "24px", marginBottom: "1rem" }}
7575
></img>
7676
</a>
77+
<Link to="https://sdk.betteruptime.com/" style={{color: "white"}}> <span>Status</span> </Link>
7778
<Link to="/terms_of_use" style={{ color: "white", textDecoration: "none" }}>
7879
{" "}
7980
<span>Terms of Use</span>{" "}

0 commit comments

Comments
 (0)