From 8aa85dee0a425b110a6c4047649c586cd2e945aa Mon Sep 17 00:00:00 2001 From: osmait Date: Wed, 1 Nov 2023 20:21:41 -0400 Subject: [PATCH] move link component on top card --- .../red-social/app/components/card-post.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/FrontendRedSocial/red-social/app/components/card-post.tsx b/FrontendRedSocial/red-social/app/components/card-post.tsx index f3909ad..c4adaa6 100644 --- a/FrontendRedSocial/red-social/app/components/card-post.tsx +++ b/FrontendRedSocial/red-social/app/components/card-post.tsx @@ -28,28 +28,28 @@ export default function CardPost({ post }: Props) { { user ? <> - -
- -
- -

- {`${user?.name} ${user?.lastName}`} -

- -
- {`@${user?.name}${user?.lastName}`} -
+ + +
+ +
+ +

+ {`${user?.name} ${user?.lastName}`} +

+ +
+ {`@${user?.name}${user?.lastName}`} +
+
-
- + -

{post.post.content}