Skip to content

Commit 588aff9

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
add text to know app integrations
1 parent 46a8c6b commit 588aff9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pcweb/pages/gallery/gallery.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,17 @@ def extended_gallery_grid_item(
155155
class_name="text-sm font-semibold text-m-slate-13 dark:text-m-slate-3 truncate min-w-0 max-w-[90%]",
156156
),
157157
rx.el.div(
158-
*[
159-
integration_image(integration)
160-
for integration in app_integrations
161-
],
162-
class_name="flex flex-row gap-3.5 items-center",
158+
rx.el.span(
159+
"App Integrations: ", class_name="text-slate-9 font-base"
160+
),
161+
rx.el.div(
162+
*[
163+
integration_image(integration)
164+
for integration in app_integrations
165+
],
166+
class_name="flex flex-row gap-3.5 items-center",
167+
),
168+
class_name="flex flex-row items-center gap-2 mt-2",
163169
),
164170
class_name=(
165171
"flex flex-col w-full px-4 py-3 border-t border-m-slate-4 dark:border-m-slate-12 gap-4 relative pb-4",

0 commit comments

Comments
 (0)