not existing

This commit is contained in:
Letter N
2021-02-09 15:44:49 +08:00
parent f87aa0ac5b
commit 834e4730b3
14 changed files with 43 additions and 272 deletions

View File

@@ -334,12 +334,12 @@ const FunTab = (props, context) => {
align="stretch"
justify="space-between">
<Flex.Item grow={1}>
<Button
{/* <Button
icon="user-ninja"
lineHeight={lineHeightNormal}
fluid
content="Anonymous Names"
onClick={() => act("anon_name")} />
onClick={() => act("anon_name")} /> */}
</Flex.Item>
<Flex.Item grow={1} mx={0.5}>
<Button
@@ -472,6 +472,16 @@ const FunForYouTab = (props, context) => {
onClick={() => act("traitor_all")} />
</NoticeBox>
</Flex.Item>
<Flex.Item>
<NoticeBox danger>
<Button
color="red"
icon="user-secret"
fluid
content="AK-47s For Everyone!"
onClick={() => act("ak47s")} />
</NoticeBox>
</Flex.Item>
<Flex.Item>
<NoticeBox danger>
<Button
@@ -526,7 +536,7 @@ const FunForYouTab = (props, context) => {
</Flex.Item>
</Flex>
</Flex.Item>
<Flex.Item>
{/* <Flex.Item>
<Flex justify="space-between">
<Flex.Item width="240px" mr={0.25}>
<NoticeBox danger>
@@ -549,7 +559,7 @@ const FunForYouTab = (props, context) => {
</NoticeBox>
</Flex.Item>
</Flex>
</Flex.Item>
</Flex.Item> */}
</Flex>
);
};
@@ -587,6 +597,11 @@ export const Secrets = (props, context) => {
icon="eye"
content="Show Admins"
onClick={() => act("show_admins")} />
<Button
color="blue"
icon="address-card"
content="Mentor Log"
onClick={() => act("mentor_log")} />
</Fragment>)}>
<Flex
mx={-0.5}