diff --git a/apps/rebreak-native/app/devices.tsx b/apps/rebreak-native/app/devices.tsx index 45c3720..310cec4 100644 --- a/apps/rebreak-native/app/devices.tsx +++ b/apps/rebreak-native/app/devices.tsx @@ -7,6 +7,7 @@ import { TouchableOpacity, View, } from 'react-native'; +import { Button } from '../components/Button'; import { useEffect, useState } from 'react'; import { useSafeAreaInsets } from 'react-native-safe-area-context'; import { Ionicons } from '@expo/vector-icons'; @@ -540,24 +541,12 @@ export default function DevicesScreen() { {/* CTA or Upgrade */} {isLegend ? ( atDeviceLimit ? ( - - - - {t('devices.add_device')} - - +