diff --git a/docs/app/[[...slug]]/(home)/components/social.tsx b/docs/app/[[...slug]]/(home)/components/social.tsx index fc644f6d3..36d2a0302 100644 --- a/docs/app/[[...slug]]/(home)/components/social.tsx +++ b/docs/app/[[...slug]]/(home)/components/social.tsx @@ -1,4 +1,5 @@ import { Tweet } from 'react-tweet'; +import {clsx} from 'clsx'; const tweets = [ '1853560800050651632', @@ -71,8 +72,101 @@ export const Social = () => (
+