We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f465bbd commit ba137f6Copy full SHA for ba137f6
src/components/Homepage.tsx
@@ -62,9 +62,8 @@ const Homepage = () => {
62
);
63
};
64
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";
+ const joinHeaderText = "Join the WSO Mobile Beta!"; // EDIT THIS (OR SET TO "") TO TOGGLE JOIN HEADER
+ const joinHeaderLink = "https://groupme.com/join_group/111686917/rZoq4jPX";
68
69
return (
70
<div className="home">
0 commit comments