Skip to content

Commit

Permalink
Automatically set legacy page theme with current theme (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Jul 16, 2024
1 parent ea6318f commit 28f0db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function App() {
<ul>
<li><a href="https://cloud.watonomous.ca" target="_blank">Documentation</a></li>
<li><a href="https://github.com/WATonomous/infrastructure-support/discussions" target="_blank">Announcements</a></li>
<li><a href="./legacy.html">Legacy Status Page</a></li>
<li><a href={`./legacy.html${theme == "auto" ? "" : `#theme=${theme}`}`}>Legacy Status Page</a></li>
<li><a href="https://github.com/WATonomous/status">Source Code</a></li>
</ul>
</div>
Expand Down

0 comments on commit 28f0db1

Please sign in to comment.