diff --git a/src/pages/LogsPage/SupportCard.tsx b/src/pages/LogsPage/SupportCard.tsx index 4f23c3aa..603455bd 100644 --- a/src/pages/LogsPage/SupportCard.tsx +++ b/src/pages/LogsPage/SupportCard.tsx @@ -1,8 +1,9 @@ import { Text } from '@status-im/components' -import { Separator, XStack, YStack } from 'tamagui' +import { YStack } from 'tamagui' import IconText from '../../components/General/IconText' -import Icon from '../../components/General/Icon' + import DashboardCardWrapper from '../Dashboard/DashboardCardWrapper' +import { ProfileIcon } from '@status-im/icons' const SupportCard = () => { return ( @@ -12,43 +13,18 @@ const SupportCard = () => { borderRadius: '16px', border: 'none', backgroundColor: '#fff', - flexGrow: '1', + minWidth: '280px', }} > - - - - - Get Support - - - {'>'} - - - - - Nimbus - - - - - - - } - weight={'semibold'} - > - {'Join Community'} - - + + Nimbus Support + + } + weight={'semibold'} + > )