Skip to content

Commit 9e23a2a

Browse files
gregfromstlkien-ngo
authored andcommitted
fix(sdk): adds explicit return type to getSocialIcon for simpler jsdoc parsing
1 parent 7ae1d92 commit 9e23a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/utils/walletIcon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const socialIcons = {
6565
*
6666
* @walletUtils
6767
*/
68-
export function getSocialIcon(provider: AuthOption | ({} & string)) {
68+
export function getSocialIcon(provider: AuthOption | ({} & string)): string {
6969
switch (provider) {
7070
case "google":
7171
return googleIconUri;

0 commit comments

Comments
 (0)