avatar component

This commit is contained in:
Ishaan Dey
2024-04-30 23:34:44 -04:00
parent 260de4f3b5
commit ed23617b23
3 changed files with 28 additions and 3 deletions

View File

@ -11,6 +11,7 @@ import {
import Image from "next/image"
import Button from "../ui/customButton"
import { ChevronRight } from "lucide-react"
import Avatar from "../ui/avatar"
export default function DashboardSharedWithMe({
sandboxes,
@ -51,7 +52,7 @@ export default function DashboardSharedWithMe({
</TableCell>
<TableCell>
<div className="flex items-center">
<div className="h-5 w-5 bg-red-500 rounded-full mr-2" />
<Avatar name="Ishaan Dey" className="mr-2" />
Ishaan Dey
</div>
</TableCell>