Fix starter pack icon in profile menu (#11452)
This commit is contained in:
@@ -59,7 +59,7 @@ import {
|
||||
type Props as SVGIconProps,
|
||||
} from '#/components/icons/common'
|
||||
import {ListSparkle_Stroke2_Corner0_Rounded as ListSparkle} from '#/components/icons/ListSparkle'
|
||||
import {StarterPack} from '#/components/icons/StarterPack'
|
||||
import {StarterPackMultiPathLarge as StarterPackIcon} from '#/components/icons/StarterPack'
|
||||
import {UserCircle_Stroke2_Corner0_Rounded as Person} from '#/components/icons/UserCircle'
|
||||
import {boostInterests} from '#/components/InterestTabs'
|
||||
import {Loader} from '#/components/Loader'
|
||||
@@ -659,7 +659,7 @@ export function Explore({
|
||||
type: 'header',
|
||||
key: 'suggested-starterPacks-header',
|
||||
title: l`Starter Packs`,
|
||||
icon: StarterPack,
|
||||
icon: StarterPackIcon,
|
||||
iconSize: 'md',
|
||||
})
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import {useSession} from '#/state/session'
|
||||
import {useWizardState} from '#/screens/StarterPack/Wizard/State'
|
||||
import {atoms as a, useTheme} from '#/alf'
|
||||
import * as TextField from '#/components/forms/TextField'
|
||||
import {StarterPack} from '#/components/icons/StarterPack'
|
||||
import {StarterPackMultiPathLarge as StarterPackIcon} from '#/components/icons/StarterPack'
|
||||
import {ScreenTransition} from '#/components/ScreenTransition'
|
||||
import {Text} from '#/components/Typography'
|
||||
|
||||
@@ -29,7 +29,7 @@ export function StepDetails() {
|
||||
<ScreenTransition direction={state.transitionDirection} enabledWeb>
|
||||
<View style={[a.px_xl, a.gap_xl, a.mt_4xl]}>
|
||||
<View style={[a.gap_md, a.align_center, a.px_md, a.mb_md]}>
|
||||
<StarterPack width={90} gradient="sky" />
|
||||
<StarterPackIcon width={90} gradient="sky" />
|
||||
<Text style={[a.font_semi_bold, a.text_3xl]}>
|
||||
<Trans>Invites, but personal</Trans>
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user