Skip to content

Commit 269eb38

Browse files
tgberkeleyTom Gotsman
andauthored
add new logo (#1288)
Co-authored-by: Tom Gotsman <[email protected]>
1 parent 59e0c84 commit 269eb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/pages/customers/views/customers_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ def customers_list() -> rx.Component:
196196
filtering_tags(),
197197
# Customers list
198198
rx.box(
199+
# AutoDesk
200+
customers_list_item("AutoDesk", "/customers/autodesk", "SaaS", True),
199201
# Bayesline
200202
customers_list_item("Bayesline", "/customers/bayesline", "Fintech", True),
201203
# Ansa
@@ -204,8 +206,6 @@ def customers_list() -> rx.Component:
204206
customers_list_item("SellerX", "/customers/sellerx", "AI", True),
205207
# Dell
206208
customers_list_item("Dell", "https://www.dell.com/", "Dev Tools"),
207-
# AutoDesk
208-
customers_list_item("AutoDesk", "https://www.autodesk.com/", "SaaS"),
209209
# Your company
210210
your_company_item("Your company", getting_started.introduction.path, ""),
211211
class_name="flex flex-col max-w-[40rem] justify-center w-full items-center",

0 commit comments

Comments
 (0)