Skip to content

Commit 47a072d

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
rephrase the header
1 parent 6280ce0 commit 47a072d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/pages/integrations/integration_header.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def integration_header() -> rx.Component:
88
class_name="max-w-full inline-block bg-clip-text bg-gradient-to-r from-slate-12 to-slate-11 w-full font-xx-large text-center text-transparent text-balance mx-auto break-words",
99
),
1010
rx.el.h2(
11-
"""Easily connect with the tools and platforms
12-
your team already uses to streamline your workflow.""",
11+
"""Easily connect with the tools your team already uses
12+
or extend your app with any Python SDK, library, or API.""",
1313
class_name="max-w-full w-full font-semibold text-md text-center text-slate-11 -mt-2 md:text-2xl mx-auto text-balance word-wrap break-words md:whitespace-pre",
1414
),
1515
class_name="flex flex-col justify-center items-center gap-4 mx-auto w-full max-w-[64.19rem] pb-[2.5rem] pt-12",

0 commit comments

Comments
 (0)