diff --git a/app/web/src/components/SocialCardCell/SocialCardCell.tsx b/app/web/src/components/SocialCardCell/SocialCardCell.tsx index 0b7833f..83f4c7f 100644 --- a/app/web/src/components/SocialCardCell/SocialCardCell.tsx +++ b/app/web/src/components/SocialCardCell/SocialCardCell.tsx @@ -47,14 +47,12 @@ export const Success = ({ : userProject?.Project?.description || '' return (
-
-
+
+
@@ -77,7 +75,7 @@ export const Success = ({ {userProject?.Project?.title.replace(/-/g, ' ')} -

+

{truncatedDescription}

@@ -104,7 +102,7 @@ export const Success = ({ className="h-28 grid bg-ch-gray-900 relative" style={{ gridTemplateColumns: '7fr 5fr' }} > -
+
{[ { svg: 'reactions', @@ -126,7 +124,7 @@ export const Success = ({
))}
-
+
{/* Because of how specific these styles are to this heading/logo and it doesn't need to be replicated else where as well as it's very precise with the placement of "pre-alpha" I think it's appropriate. */} @@ -138,8 +136,8 @@ export const Success = ({
+
-
) }