From ad1c34e7bea8795adcd97c0d8e61304b87abf528 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 11 Jun 2024 22:14:52 -0700 Subject: [PATCH] ship it --- src/components/StarterPack/QrCode.tsx | 108 +++++++++++++++----------- 1 file changed, 62 insertions(+), 46 deletions(-) diff --git a/src/components/StarterPack/QrCode.tsx b/src/components/StarterPack/QrCode.tsx index c0620668fb..4ac7a5ca13 100644 --- a/src/components/StarterPack/QrCode.tsx +++ b/src/components/StarterPack/QrCode.tsx @@ -6,7 +6,6 @@ import {LinearGradient} from 'expo-linear-gradient' import {AppBskyGraphDefs, AppBskyGraphStarterpack} from '@atproto/api' import {Trans} from '@lingui/macro' -import {UserAvatar} from 'view/com/util/UserAvatar' import {Logo} from 'view/icons/Logo' import {Logotype} from 'view/icons/Logotype' import {useTheme} from '#/alf' @@ -35,59 +34,76 @@ export function QrCode({ - + + + + - Join the conversation + style={[a.font_bold, a.text_3xl, a.text_center, {color: 'white'}]}> + {record.name} - - - {starterPack.listItemsSample?.map(p => ( - - - - ))} - - - {record.name} - - - - - on - - - - - + + Join the conversation + + + + + + on + + + + )