design dashboard comments & messages & modals

This commit is contained in:
Ehsan
2024-09-04 03:00:36 +03:30
parent bc47663002
commit 52a745fcb8
34 changed files with 669 additions and 128 deletions
@@ -2,7 +2,7 @@ import Comment from "./Comment"
function Comments({ user }) {
return (
<ul className="flex flex-col items-start justify-start">
<ul className="flex opacity-page flex-col items-start justify-start gap-[20px]">
{user.comments.map((item, idx) => (
<Comment
key={idx}