diff --git a/apps/mobile/src/components/icons/FolderIcon.tsx b/apps/mobile/src/components/icons/FolderIcon.tsx index 77cc3236b..474cf703e 100644 --- a/apps/mobile/src/components/icons/FolderIcon.tsx +++ b/apps/mobile/src/components/icons/FolderIcon.tsx @@ -1,5 +1,4 @@ -import { Folder } from '@sd/assets/icons'; -import FolderWhite from '@sd/assets/svgs/folder-white.svg'; +import { Folder, Folder_Light } from '@sd/assets/icons'; import { Image } from 'react-native'; type FolderProps = { @@ -15,11 +14,7 @@ type FolderProps = { }; const FolderIcon: React.FC = ({ size = 24, isWhite }) => { - return isWhite ? ( - - ) : ( - - ); + return ; }; export default FolderIcon; diff --git a/interface/app/onboarding/alpha.tsx b/interface/app/onboarding/alpha.tsx index 7faa67498..a2a977cc5 100644 --- a/interface/app/onboarding/alpha.tsx +++ b/interface/app/onboarding/alpha.tsx @@ -1,5 +1,5 @@ import { AlphaBg, AppLogo } from '@sd/assets/images'; -import { SiDiscord } from '@icons-pack/react-simple-icons'; +import { Discord } from '@sd/assets/svgs/brands'; import { useNavigate } from 'react-router-dom'; import { Button } from '@sd/ui'; import { usePlatform } from '~/util/Platform'; @@ -33,7 +33,7 @@ export default function OnboardingAlpha() { className="flex gap-2" variant="gray" > - + Join Discord