Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix bad copy pasta (#8907)

authored by

Eric Bailey and committed by
GitHub
dd2830ba 6a16ef83

+1 -1
+1 -1
src/components/Toast/index.tsx
··· 67 67 if (typeof content === 'string') { 68 68 sonner.custom( 69 69 <ToastConfigProvider id={id}> 70 - <DefaultToast content={content} type={type} /> 70 + <Default content={content} type={type} /> 71 71 </ToastConfigProvider>, 72 72 { 73 73 ...options,