pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

Update LargeCard.tsx

Pas 41aaa4ec cf1527dc

+1 -1
+1 -1
src/components/layout/LargeCard.tsx
··· 25 25 }) { 26 26 return ( 27 27 <div className="flex flex-col items-center text-center mb-8"> 28 - <div className="flex flex-col items-center text-center max-w-[318px]"> 28 + <div className="flex flex-col items-center text-center max-w-[320px]"> 29 29 {props.icon ? ( 30 30 <div className="text-2xl mb-4 text-largeCard-icon">{props.icon}</div> 31 31 ) : null}