Skip to content

Commit e27ffe6

Browse files
committed
History
1 parent 5f7e39d commit e27ffe6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Pages/AboutusPage/index.jsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,22 @@ const AboutusPage = () => {
175175
? "QSFP+ 기반 40Gbps 내부망 네트워크 구축"
176176
: "Upgraded to a 40Gbps QSFP+ link for internal networking",
177177
},
178+
{
179+
year: 2025,
180+
month: "06",
181+
content:
182+
language === "Korean"
183+
? "디스크 총 용량 50TB 달성"
184+
: "Expanded total disk capacity to 50TB",
185+
},
186+
{
187+
year: 2025,
188+
month: "06",
189+
content:
190+
language === "Korean"
191+
? "LGA1700 기반 고성능 컴퓨팅 시스템 구축"
192+
: "Implemented a high-performance computing system utilizing LGA1700",
193+
},
178194
];
179195

180196
return (

0 commit comments

Comments
 (0)