We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accd04a commit afaec31Copy full SHA for afaec31
packages/thirdweb/src/react/core/utils/walletIcon.ts
@@ -62,7 +62,7 @@ export const socialIcons = {
62
*
63
* @walletUtils
64
*/
65
-export function getSocialIcon(provider: AuthOption | ({} & string)) {
+export function getSocialIcon(provider: AuthOption | ({} & string)): string {
66
switch (provider) {
67
case "google":
68
return googleIconUri;
0 commit comments