Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cowbot92 committed Dec 9, 2024
1 parent 323b586 commit b983613
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions tgui/packages/tgui/interfaces/AntagInfoTraitor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,23 @@ const UplinkSection = (_props) => {
<Stack vertical>
<Stack.Item>
<BlockQuote>
Keep this uplink safe, and don&apos;t feel like you need to buy everything immediately — you can save your
telecrystals to use whenever you&apos;re in a tough situation and need help.
Keep this uplink safe, and don&apos;t feel like you need to buy
everything immediately — you can save your telecrystals to use
whenever you&apos;re in a tough situation and need help.
</BlockQuote>
</Stack.Item>
<Stack.Divider />
<Stack.Item>
<Stack fill>
<Stack.Item bold>{code && <span style={goalstyle}>Code: {code}</span>}</Stack.Item>
<Stack.Item bold>
{code && <span style={goalstyle}>Code: {code}</span>}
</Stack.Item>
<Stack.Divider />
{failsafe_code && (
<>
<Stack.Item bold>{code && <span style={goalstyle}>Code: {code}</span>}</Stack.Item>
<Stack.Item bold>
{code && <span style={goalstyle}>Code: {code}</span>}
</Stack.Item>
<Stack.Divider />
</>
)}
Expand All @@ -68,16 +73,22 @@ const CodewordsSection = (_props) => {
<Stack fill>
{(!has_codewords && (
<BlockQuote>
You have not been supplied with codewords. You will have to use alternative methods to find potential allies.
Proceed with caution, however, as everyone is a potential foe.
You have not been supplied with codewords. You will have to use
alternative methods to find potential allies. Proceed with caution,
however, as everyone is a potential foe.
</BlockQuote>
)) || (
<>
<Stack.Item grow basis={0}>
<BlockQuote>
Your employer provided you with the following codewords to identify fellow agents. Use the codewords during
regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.
<span style={badstyle}>&ensp;You have memorized the codewords, allowing you to recognise them when heard.</span>
Your employer provided you with the following codewords to
identify fellow agents. Use the codewords during regular
conversation to identify other agents. Proceed with caution,
however, as everyone is a potential foe.
<span style={badstyle}>
&ensp;You have memorized the codewords, allowing you to
recognise them when heard.
</span>
</BlockQuote>
</Stack.Item>
<Stack.Divider mr={1} />
Expand Down

0 comments on commit b983613

Please sign in to comment.