diff --git a/src/pages/LogsPage/SupportCard.tsx b/src/pages/LogsPage/SupportCard.tsx new file mode 100644 index 00000000..93128e37 --- /dev/null +++ b/src/pages/LogsPage/SupportCard.tsx @@ -0,0 +1,55 @@ +import { Text } from '@status-im/components' +import { Separator, XStack, YStack } from 'tamagui' +import IconText from '../../components/General/IconText' +import Icon from '../../components/General/Icon' +import DashboardCardWrapper from '../Dashboard/DashboardCardWrapper' + +const SupportCard = () => { + return ( + + + + + + + Get Support + + + {'>'} + + + + + Nimbus + + + + + + + + } weight={'semibold'}> + {'Join Community'} + + + + + ) +} + +export default SupportCard