Update frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FolderRow/index.jsx
Browse files
frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FolderRow/index.jsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import { useState } from "react";
|
| 2 |
import FileRow from "../FileRow";
|
| 3 |
-
import { CaretDown,
|
| 4 |
import { middleTruncate } from "@/utils/directories";
|
| 5 |
|
| 6 |
export default function FolderRow({
|
|
@@ -53,7 +53,7 @@ export default function FolderRow({
|
|
| 53 |
>
|
| 54 |
<CaretDown className="text-base font-bold w-4 h-4" />
|
| 55 |
</div>
|
| 56 |
-
<
|
| 57 |
className="shrink-0 text-base font-bold w-4 h-4 mr-[3px]"
|
| 58 |
weight="fill"
|
| 59 |
/>
|
|
|
|
| 1 |
import { useState } from "react";
|
| 2 |
import FileRow from "../FileRow";
|
| 3 |
+
import { CaretDown, FolderNotchOpen } from "@phosphor-icons/react";
|
| 4 |
import { middleTruncate } from "@/utils/directories";
|
| 5 |
|
| 6 |
export default function FolderRow({
|
|
|
|
| 53 |
>
|
| 54 |
<CaretDown className="text-base font-bold w-4 h-4" />
|
| 55 |
</div>
|
| 56 |
+
<FolderNotchOpen
|
| 57 |
className="shrink-0 text-base font-bold w-4 h-4 mr-[3px]"
|
| 58 |
weight="fill"
|
| 59 |
/>
|