This repository has no description
0

Configure Feed

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

fix: url metadata image max width

+1 -1
+1 -1
src/webapp/features/semble/components/urlMetadataHeader/UrlMetadataImage.tsx
··· 25 25 alt={`${props.url} social preview image`} 26 26 mah={150} 27 27 w={'auto'} 28 - maw={'100%'} 28 + maw={280} 29 29 fit="contain" 30 30 /> 31 31 </Card>