This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Fragment } from 'react' | |
import { Menu, Transition } from '@headlessui/react' | |
import { EllipsisVerticalIcon } from '@heroicons/react/20/solid' | |
<ul role="list" className="divide-y divide-gray-100 border border-gray-100 mt-10 bg-white shadow-lg"> | |
{data.map((project) => ( | |
<li key={project._id} className="flex justify-between gap-x-6 px-5 py-10"> |