Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 26, 2024
1 parent 41eac4c commit a4e765a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tgui/packages/tgui/interfaces/Orbit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ const ObservableContent = (props) => {

return (
<Stack vertical>
<ObservableSection color="xeno" section={special_mobs} title="Special Mobs" />
<ObservableSection
color="xeno"
section={special_mobs}
title="Special Mobs"
/>
<ObservableSection color="blue" section={marines} title="Marines" />
<ObservableSection color="teal" section={humans} title="Humans" />
<ObservableSection color="xeno" section={xenos} title="Xenomorphs" />
Expand Down

0 comments on commit a4e765a

Please sign in to comment.