Skip to content

Commit dab2a0d

Browse files
committed
feat: update my env
1 parent 2a2042f commit dab2a0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/top/raduwen/env.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ const EnvironmentPage = () => {
1818
<Box mt="16" px="16" display="flex" flexDirection="column">
1919
<Heading as="h2" size="md">ほぼゲーム用</Heading>
2020
<UnorderedList mt="4">
21-
<ListItem>OS : Windows 10 Pro</ListItem>
22-
<ListItem>Mother : GIGABYTE GA-B75M-D3H</ListItem>
23-
<ListItem>CPU : Intel Core i7-2600</ListItem>
24-
<ListItem>Memory : 16GB</ListItem>
25-
<ListItem>GPU : GeForce GTX 1060 6GB</ListItem>
21+
<ListItem>OS : Windows 11 Pro</ListItem>
22+
<ListItem>Mother : ASRock B550 Phatom Gaming 4</ListItem>
23+
<ListItem>CPU : AMD Ryzen 9 5900X</ListItem>
24+
<ListItem>Memory : 64GB</ListItem>
25+
<ListItem>GPU : GeForce RTX 3070</ListItem>
2626
</UnorderedList>
2727
</Box>
2828

0 commit comments

Comments
 (0)