diff --git a/connector.png b/connector.png new file mode 100644 index 0000000..1311e26 Binary files /dev/null and b/connector.png differ diff --git a/peers.png b/peers.png new file mode 100644 index 0000000..0066b57 Binary files /dev/null and b/peers.png differ diff --git a/setting.png b/setting.png new file mode 100644 index 0000000..fc870ec Binary files /dev/null and b/setting.png differ diff --git a/src/components/PhoneFrame.tsx b/src/components/PhoneFrame.tsx index 3759948..54fb614 100644 --- a/src/components/PhoneFrame.tsx +++ b/src/components/PhoneFrame.tsx @@ -10,7 +10,7 @@ export function PhoneFrame({ return (
- - Invite people - - Get tips 5s sooner for every - invite. - - - -
-
- {[ - { label: 'Full name', value: 'Albert H. Wiggin' }, - { label: 'Email address', value: 'awiggin@chase.com' }, - ].map((field) => ( -
-
{field.label}
-
- {field.value} -
-
- ))} -
-
- Invite person -
-
-
+ Mycelium Connector ) } @@ -229,101 +202,7 @@ function InviteScreen(props: ScreenProps) { function StocksScreen(props: ScreenProps) { return ( - - Stocks - March 9, 2022 - - -
- {[ - { - name: 'Laravel', - price: '4,098.01', - change: '+4.98%', - color: '#F9322C', - logo: LaravelLogo, - }, - { - name: 'Tuple', - price: '5,451.10', - change: '-3.38%', - color: '#5A67D8', - logo: TupleLogo, - }, - { - name: 'Transistor', - price: '4,098.41', - change: '+6.25%', - color: '#2A5B94', - logo: TransistorLogo, - }, - { - name: 'Diageo', - price: '250.65', - change: '+1.25%', - color: '#3320A7', - logo: DiageoLogo, - }, - { - name: 'StaticKit', - price: '250.65', - change: '-3.38%', - color: '#2A3034', - logo: StaticKitLogo, - }, - { - name: 'Statamic', - price: '5,040.85', - change: '-3.11%', - color: '#0EA5E9', - logo: StatamicLogo, - }, - { - name: 'Mirage', - price: '140.44', - change: '+9.09%', - color: '#16A34A', - logo: MirageLogo, - }, - { - name: 'Reversable', - price: '550.60', - change: '-1.25%', - color: '#8D8D8D', - logo: ReversableLogo, - }, - ].map((stock) => ( -
-
- -
-
- {stock.name} -
-
-
- {stock.price} -
-
- {stock.change} -
-
-
- ))} -
-
+ Mycelium Peers
) } @@ -331,54 +210,7 @@ function StocksScreen(props: ScreenProps) { function InvestScreen(props: ScreenProps) { return ( - - Buy $LA - - $34.28 per share - - - -
-
- {[ - { label: 'Number of shares', value: '100' }, - { - label: 'Current market price', - value: ( -
- $34.28 - - - -
- ), - }, - { label: 'Estimated cost', value: '$3,428.00' }, - ].map((item) => ( -
-
{item.label}
-
- {item.value} -
-
- ))} -
- Buy shares -
-
-
-
+ Mycelium Settings
) } diff --git a/src/images/connector.png b/src/images/connector.png new file mode 100644 index 0000000..500bf12 Binary files /dev/null and b/src/images/connector.png differ diff --git a/src/images/peers.png b/src/images/peers.png new file mode 100644 index 0000000..ad9c29b Binary files /dev/null and b/src/images/peers.png differ diff --git a/src/images/phoneframe.png b/src/images/phoneframe.png new file mode 100644 index 0000000..ad5225f Binary files /dev/null and b/src/images/phoneframe.png differ diff --git a/src/images/setting.png b/src/images/setting.png new file mode 100644 index 0000000..d36e1d6 Binary files /dev/null and b/src/images/setting.png differ