Skip to content

Commit 6d2bdf7

Browse files
authored
update: gpu
update: gpu
2 parents 71e2fd2 + bd6c38a commit 6d2bdf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/pricing-page/gpus/gpu-table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const formatText = (model: string) => {
129129
export const modifyModel = (model: string) => {
130130
if (model === "rtxa6000") return "A6000";
131131
if (model === "pro6000se") return "Pro 6000 SE";
132+
if (model === "pro6000we") return "Pro 6000 WE";
132133
return formatText(model);
133134
};
134135

0 commit comments

Comments
 (0)