Skip to content

Commit f503ce3

Browse files
committed
Merge branch 'nsf1/status'
2 parents 51bbbf4 + 60e60d0 commit f503ce3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/components/Homepage.tsx

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

65-
const joinHeaderText = "Important notes about an upcoming server move"; // EDIT THIS (OR SET TO "") TO TOGGLE JOIN HEADER
65+
const joinHeaderText = "NEW server status monitoring page"; // EDIT THIS (OR SET TO "") TO TOGGLE JOIN HEADER
6666
const joinHeaderLink =
67-
"https://github.com/WilliamsStudentsOnline/wso-config/issues/22";
67+
"https://github.com/WilliamsStudentsOnline/wso-config/issues/22#issuecomment-3476426496";
6868

6969
return (
7070
<div className="home">

src/components/Nav.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ const Nav = () => {
121121
<Link to="faq">FAQ</Link>
122122
</li>
123123

124-
{/* wiki link is disabled on prod */}
125-
{!window.location.href.includes("wso.williams.edu") && (
126-
<li>
127-
<a href="/wiki/">Wiki</a>
128-
</li>
129-
)}
130124
<li>
131125
<Link to="schedulecourses">Course Scheduler</Link>
132126
</li>
@@ -142,13 +136,20 @@ const Nav = () => {
142136
<a href="/about">About</a>
143137
</li>
144138
<li>
145-
<a href="/wiki/">Willipedia</a>
139+
<a href="https://status-wso.williams.edu">Status</a>
140+
</li>
141+
<li>
142+
<a href="/wiki/">Willipedia (OLD)</a>
143+
</li>
144+
<li>
145+
<a href="https://wiki-wso.williams.edu/">Willipedia (NEW)</a>
146146
</li>
147147
<li>
148148
<a href="https://wso-vm-a10.williams.edu/bluemap/">
149149
Minecraft
150150
</a>
151151
</li>
152+
152153
<li>
153154
<a href="https://warp-wso.williams.edu">WARP Foundry</a>
154155
</li>

0 commit comments

Comments
 (0)