36 | Debug ID:
37 | {{REQUEST_ID}}
38 |
{{description}}
38 |You can close this page
39 | 40 | -------------------------------------------------------------------------------- /clients/onboarding/src/components/PartnershipFooter.tsx: -------------------------------------------------------------------------------- 1 | import { Fill } from "@swan-io/lake/src/components/Fill"; 2 | import { LakeText } from "@swan-io/lake/src/components/LakeText"; 3 | import { Space } from "@swan-io/lake/src/components/Space"; 4 | import { SwanLogo } from "@swan-io/lake/src/components/SwanLogo"; 5 | import { StyleSheet } from "react-native"; 6 | import { t } from "../utils/i18n"; 7 | 8 | const styles = StyleSheet.create({ 9 | partnership: { 10 | marginHorizontal: "auto", 11 | display: "flex", 12 | flexDirection: "row", 13 | alignItems: "baseline", 14 | }, 15 | swanPartnershipLogo: { 16 | marginLeft: 4, 17 | height: 9, 18 | }, 19 | }); 20 | 21 | export const PartnershipFooter = () => { 22 | return ( 23 | <> 24 |