diff --git a/apps/web/src/app/_components/File.tsx b/apps/web/src/app/_components/File.tsx index 9d23735..11bc07e 100644 --- a/apps/web/src/app/_components/File.tsx +++ b/apps/web/src/app/_components/File.tsx @@ -10,9 +10,9 @@ export function File({ path, showDelete = false }: FileProps) { const deleteFile = useDataStore((state) => state.deleteData); return ( -
+
-
{path}
+
{path}
{showDelete && (