mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix onboarding V2 Install complete page (#16941)
This commit is contained in:
parent
dc5a9f967d
commit
929dfbfd21
@ -6,7 +6,7 @@ export default function OnboardingPinBillboard() {
|
||||
|
||||
return (
|
||||
<svg
|
||||
width="799"
|
||||
width="100%"
|
||||
height="320"
|
||||
viewBox="0 0 799 320"
|
||||
fill="none"
|
||||
|
@ -35,6 +35,7 @@ export default function OnboardingPinExtension() {
|
||||
showThumbs={false}
|
||||
showStatus={false}
|
||||
showArrows={false}
|
||||
onChange={(index) => setSelectedIndex(index)}
|
||||
>
|
||||
<div>
|
||||
<Typography align={TEXT_ALIGN.CENTER}>
|
||||
|
Loading…
Reference in New Issue
Block a user