changed icons
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use client";
|
||||
import { FeedbackIcon, PencilSquareIcon, TrashIcon } from "@/assets/icons";
|
||||
import { ExclamationIcon, PencilSquareIcon, TrashIcon } from "@/assets/icons";
|
||||
import ConfirmationModal from "@/components/ui/ConfirmationModal";
|
||||
import {
|
||||
Table,
|
||||
@@ -113,11 +113,12 @@ const CompaniesTable = ({}: IProps) => {
|
||||
<PencilSquareIcon />
|
||||
</button>
|
||||
<button
|
||||
className="text-gray-40 rounded-full bg-gray-dark bg-opacity-5 hover:text-green-dark dark:bg-gray dark:bg-opacity-5"
|
||||
onClick={() => {
|
||||
router.push(`${pathName}/feedback/${company.id}`);
|
||||
}}
|
||||
>
|
||||
<FeedbackIcon />
|
||||
<ExclamationIcon />
|
||||
</button>
|
||||
</div>
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user