We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceee4f commit 13e6d67Copy full SHA for 13e6d67
pcweb/pages/integrations/integration_header.py
@@ -8,7 +8,7 @@ def integration_header() -> rx.Component:
8
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",
9
),
10
rx.el.h2(
11
- """Easily connect with the tools your team already uses
+ """Easily connect with the tools your team already uses
12
or extend your app with any Python SDK, library, or API.""",
13
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",
14
0 commit comments