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 4f38e4f commit be54189Copy full SHA for be54189
packages/thirdweb/src/react/core/utils/walletIcon.ts
@@ -65,7 +65,7 @@ export const socialIcons = {
65
*
66
* @walletUtils
67
*/
68
-export function getSocialIcon(provider: AuthOption | ({} & string)) {
+export function getSocialIcon(provider: AuthOption | ({} & string)): string {
69
switch (provider) {
70
case "google":
71
return googleIconUri;
0 commit comments