Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

no tamagui

+2 -2
+2 -2
js/app/components/settings/webhook-manager.tsx
··· 8 8 } from "@streamplace/components"; 9 9 import { ThemeProvider } from "@streamplace/components/src/lib/theme/theme"; 10 10 import { usePDSAgent } from "@streamplace/components/src/streamplace-store/xrpc"; 11 - import { Edit3, Plus, RefreshCw, Trash2, X } from "@tamagui/lucide-icons"; 12 11 import AQLink from "components/aqlink"; 13 12 import Loading from "components/loading/loading"; 13 + import { Edit3, Plus, RefreshCw, Trash2, X } from "lucide-react-native"; 14 14 import { useEffect, useState } from "react"; 15 15 import { Alert, Pressable, ScrollView, Switch, View } from "react-native"; 16 16 import { timeAgo } from "utils/timeAgo"; ··· 539 539 variant="destructive" 540 540 onPress={() => removeReplacement(index)} 541 541 > 542 - <X size={20} mt={2} /> 542 + <X size={20} /> 543 543 </Button> 544 544 )} 545 545 </View>