File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments