Skip to content

Commit ba137f6

Browse files
committed
change homepage link
1 parent f465bbd commit ba137f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Homepage.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ const Homepage = () => {
6262
);
6363
};
6464

65-
const joinHeaderText = "NEW server status monitoring page"; // EDIT THIS (OR SET TO "") TO TOGGLE JOIN HEADER
66-
const joinHeaderLink =
67-
"https://github.com/WilliamsStudentsOnline/wso-config/issues/22#issuecomment-3476426496";
65+
const joinHeaderText = "Join the WSO Mobile Beta!"; // EDIT THIS (OR SET TO "") TO TOGGLE JOIN HEADER
66+
const joinHeaderLink = "https://groupme.com/join_group/111686917/rZoq4jPX";
6867

6968
return (
7069
<div className="home">

0 commit comments

Comments
 (0)