This repository has no description
0

Configure Feed

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

chore: format

+5 -1
+5 -1
src/webapp/features/follows/components/subscribeButton/SubscribeButton.tsx
··· 40 40 radius="xl" 41 41 aria-label="Subscribe" 42 42 > 43 - {isActive ? <MdNotificationsActive size={16} /> : <MdNotificationAdd size={16} />} 43 + {isActive ? ( 44 + <MdNotificationsActive size={16} /> 45 + ) : ( 46 + <MdNotificationAdd size={16} /> 47 + )} 44 48 </ActionIcon> 45 49 </Menu.Target> 46 50 <Menu.Dropdown>