This repository has no description
0

Configure Feed

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

chore: format

+1 -4
+1 -4
src/webapp/features/feeds/lib/feedOptions.tsx
··· 35 35 { 36 36 value: ActivitySource.SEMBLE, 37 37 label: 'Semble', 38 - icon: ( 39 - <Image src={SembleLogo.src} alt="Semble logo" w={16} h={'auto'} /> 40 - ), 38 + icon: <Image src={SembleLogo.src} alt="Semble logo" w={16} h={'auto'} />, 41 39 }, 42 40 { value: ActivitySource.MARGIN, label: 'Margin', icon: <MarginLogo /> }, 43 41 ]; ··· 64 62 { value: false, label: 'Hide bots' }, 65 63 { value: true, label: 'Include bots' }, 66 64 ]; 67 -