Skip to content

Commit

Permalink
Fix the opfor panel links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmla2 authored Nov 26, 2024
1 parent 8e340c1 commit 536b27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/OpposingForcePanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const OpposingForceTab = (props) => {
</Stack>
<Stack>
<Stack.Item>
<a href="https://wiki.monkestation.com/en/opfor">
<a href="https://wiki.monkestation.com/en/info/opfor">
<Button
icon="info"
color="orange"
Expand All @@ -213,7 +213,7 @@ export const OpposingForceTab = (props) => {
</a>
</Stack.Item>
<Stack.Item>
<a href="https://wiki.monkestation.com/en/opfor">
<a href="https://wiki.monkestation.com/en/info/opfor">
<Button
icon="wrench"
color="red"
Expand Down

0 comments on commit 536b27e

Please sign in to comment.