This repository has no description
0

Configure Feed

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

feat: show "add or update link" on modal if url isn't added by anyone

+1 -1
+1 -1
src/webapp/features/cards/components/addCardToModal/AddCardToModal.tsx
··· 45 45 onClose={onClose} 46 46 title={ 47 47 <Stack gap={0}> 48 - <Text fw={600}>Add or update card</Text> 48 + <Text fw={600}>Add or update {props.cardId ? 'card' : 'link'}</Text> 49 49 <Text c="gray" fw={500}> 50 50 {subtitle} 51 51 </Text>