Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jan 24, 2024
1 parent 333e575 commit 390e098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tgui/packages/tgui/interfaces/AresAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const MainMenu = (props, context) => {
<h3>Access Level 5</h3>
</Stack.Item>
<Stack.Item>
<Button.Confirm
<Button
content="Emergency Protocols"
tooltip="Access emergency protocols."
icon="shield"
Expand Down Expand Up @@ -1000,6 +1000,7 @@ const ARESTalk = (props, context) => {
ml="auto"
px="2rem"
bold
tooltip="Send a message as if you were the person logged in at the interface."
onClick={() =>
act('fake_message_ares', { active_convo: active_ref })
}
Expand Down

0 comments on commit 390e098

Please sign in to comment.