You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1className="text-2xl font-bold mb-8">Pipedream Connect Example App</h1>
106
106
<divclassName="mb-8">
107
107
<p>Refer to the <ahref="https://pipedream.com/docs/connect"target="_blank nofollow"className="hover:underline text-blue-600">Pipedream Connect docs</a> for a full walkthrough of how to configure Connect for your site. This example app implements Connect in a Next.js (React) app.</p>
@@ -167,7 +167,7 @@ pd.startConnect({
167
167
: <div>
168
168
<pclassName="mb-8">
169
169
</p>
170
-
<buttonstyle={{all: "revert"}}onClick={connectAccount}>Connect your {app} account</button>
170
+
<buttonclassName="bg-blue-500 hover:bg-blue-400 text-white py-2 px-4 rounded"onClick={connectAccount}>Connect your {app} account</button>
0 commit comments