Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 1e5297a

Browse files
committed
[ENG-5541] Show autodesk customer card
1 parent aa9deb7 commit 1e5297a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pcweb/pages/customers/views/bento_cards.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ def bento_cards() -> rx.Component:
172172
# text="To build the fastest-growing corporate card, LlamaIndex chose the fastest tool.",
173173
# ),
174174
# # Autodesk
175-
# card(
176-
# company="autodesk",
177-
# text="Autodesk switched their 1,000 person team to Reflex to move faster.",
178-
# ),
175+
card(
176+
company="autodesk",
177+
text="Autodesk switched their 1,000 person team to Reflex to move faster.",
178+
),
179179
# Bayesline
180180
card(
181181
company="bayesline",
@@ -190,7 +190,6 @@ def bento_cards() -> rx.Component:
190190
card(
191191
company="sellerx",
192192
text="Why SellerX chose Reflex over Streamlit for their data processing pipeline",
193-
class_name=" col-span-2",
194193
),
195194
class_name="grid grid-cols-1 lg:grid-cols-2 gap-4 mx-auto w-full max-w-[69.25rem]",
196195
)

0 commit comments

Comments
 (0)