From cdb7c5a2aba9a7823f9e1e39fdfdec6773fde766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20JACOB?= <chloe.jacob4@etu.unistra.fr> Date: Sun, 26 Feb 2023 19:24:04 +0100 Subject: [PATCH] quelques modifications --- src/components/Post.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Post.tsx b/src/components/Post.tsx index c799df0..422f0ac 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -52,6 +52,7 @@ return <> </div> } </div> + <button className="bg-gray-400 text-white font-bold h-10 rounded-md py-2 px-4">follow</button> </div> <div className="w-10 flex justify-center items-center"> <FontAwesomeIcon className="text-[22px]" icon={faEllipsisVertical} /> -- GitLab