We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71e2fd2 + bd6c38a commit 6d2bdf7Copy full SHA for 6d2bdf7
src/components/pricing-page/gpus/gpu-table.tsx
@@ -129,6 +129,7 @@ const formatText = (model: string) => {
129
export const modifyModel = (model: string) => {
130
if (model === "rtxa6000") return "A6000";
131
if (model === "pro6000se") return "Pro 6000 SE";
132
+ if (model === "pro6000we") return "Pro 6000 WE";
133
return formatText(model);
134
};
135
0 commit comments