Skip to content

Commit

Permalink
refactor: add execution button on rebirth
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 16, 2024
1 parent b174172 commit 9c030b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/src/pages/enhance/7-execute/rebirth/rebirth.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Flex, Image, Stack, Tag, Text, useColorMode } from "@chakra-ui/react";
import { Button, Flex, Image, Stack, Tag, Text } from "@chakra-ui/react";
import {
MATERIAL_INFOS,
MATERIAL_TYPE,
Expand Down Expand Up @@ -51,6 +51,12 @@ export default function Rebirth({
onClick={() => {}}
/>
)}
<Flex gap={2}>
<Button size="xs">์ž๋™์„ค์ •</Button>
<Button flex={1} size="xs">
์žฌ์„ค์ •ํ•˜๊ธฐ
</Button>
</Flex>
</Stack>
);
}

0 comments on commit 9c030b4

Please sign in to comment.