Skip to content

Commit ca1bff2

Browse files
committed
fix(portal): syntax highlighting on useSocialProfiles
1 parent 4a83c02 commit ca1bff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/social/useSocialProfiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { getSocialProfiles } from "../../../social/profiles.js";
1010
* @returns A React Query result containing the social profiles.
1111
*
1212
* @example
13-
* ```
13+
* ```ts
1414
* import { useSocialProfiles } from "thirdweb/react";
1515
* const { data: profiles } = useSocialProfiles({
1616
* client,

0 commit comments

Comments
 (0)