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
Copy file name to clipboardExpand all lines: docs/pages/react/quickstart.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ The only thing left to do is to create a global.css file and import it in the ro
141
141
For more on tailwind setup, see these [steps](https://tailwindcss.com/docs/installation/using-postcss).
142
142
143
143
<Tip>
144
-
**Already using tailwind v3?**
144
+
**Still using tailwind v3?**
145
145
146
146
If you're still using tailwind v3, don't fret. Account Kit is still fully compatible. Just skip the above tailwind setup steps since you've already set it up.
147
147
@@ -229,7 +229,7 @@ The [**demo app**](https://demo.alchemy.com/) provides an interactive sandbox to
229
229
230
230
**Remember to paste in your API Key from step 2**
231
231
232
-
```ts [src/config.ts]
232
+
```ts twoslash [src/config.ts]
233
233
// @noErrors
234
234
import { createConfig, cookieStorage } from "@account-kit/react";
235
235
import { QueryClient } from "@tanstack/react-query";
Copy file name to clipboardExpand all lines: site/pages/react/quickstart.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ The only thing left to do is to create a global.css file and import it in the ro
141
141
For more on tailwind setup, see these [steps](https://tailwindcss.com/docs/installation/using-postcss).
142
142
143
143
:::tip
144
-
**Already using tailwind v3?**
144
+
**Still using tailwind v3?**
145
145
146
146
If you're still using tailwind v3, don't fret. Account Kit is still fully compatible. Just skip the above tailwind setup steps since you've already set it up.
147
147
:::
@@ -224,7 +224,7 @@ The [**demo app**](https://demo.alchemy.com/) provides an interactive sandbox to
224
224
225
225
**Remember to paste in your API Key from step 2**
226
226
227
-
```ts [src/config.ts]
227
+
```ts twoslash [src/config.ts]
228
228
// @noErrors
229
229
import { createConfig, cookieStorage } from "@account-kit/react";
230
230
import { QueryClient } from "@tanstack/react-query";
0 commit comments