mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +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 (
|
return (
|
||||||
<svg
|
<svg
|
||||||
width="799"
|
width="100%"
|
||||||
height="320"
|
height="320"
|
||||||
viewBox="0 0 799 320"
|
viewBox="0 0 799 320"
|
||||||
fill="none"
|
fill="none"
|
||||||
|
@ -35,6 +35,7 @@ export default function OnboardingPinExtension() {
|
|||||||
showThumbs={false}
|
showThumbs={false}
|
||||||
showStatus={false}
|
showStatus={false}
|
||||||
showArrows={false}
|
showArrows={false}
|
||||||
|
onChange={(index) => setSelectedIndex(index)}
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<Typography align={TEXT_ALIGN.CENTER}>
|
<Typography align={TEXT_ALIGN.CENTER}>
|
||||||
|
Loading…
Reference in New Issue
Block a user