Skip to content

Commit bd6c38a

Browse files
update: gpu
1 parent 71e2fd2 commit bd6c38a

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)