Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Mar 21, 2024
1 parent eef1fe3 commit 1f2b803
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tgui/packages/tgui/interfaces/AresAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,18 @@ const MainMenu = (props, context) => {
onClick={() => act('page_requisitions')}
/>
</Stack.Item>
<Stack.Item>
<Button
content="Tech Control Log"
tooltip="Review the Intel Tech Log."
icon="magnifying-glass-chart"
ml="auto"
px="2rem"
width="25vw"
bold
onClick={() => act('page_tech')}
/>
</Stack.Item>
</Stack>

<Stack>
Expand Down

0 comments on commit 1f2b803

Please sign in to comment.