diff options
| -rw-r--r-- | frontend/components/drive/DriveDirectoryClient.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/drive/DriveDirectoryClient.tsx b/frontend/components/drive/DriveDirectoryClient.tsx index 6877b9b..c956fec 100644 --- a/frontend/components/drive/DriveDirectoryClient.tsx +++ b/frontend/components/drive/DriveDirectoryClient.tsx | |||
| @@ -389,7 +389,7 @@ export function DriveDirectoryClient({ path, files, breadcrumbs, storageData }: | |||
| 389 | <div className="flex items-center gap-4"> | 389 | <div className="flex items-center gap-4"> |
| 390 | <div className="flex items-center gap-2"> | 390 | <div className="flex items-center gap-2"> |
| 391 | <HardDrive className="h-6 w-6" /> | 391 | <HardDrive className="h-6 w-6" /> |
| 392 | <h1 className="text-2xl font-bold">Drive</h1> | 392 | <h1 className="text-2xl font-bold">FCT Drive</h1> |
| 393 | </div> | 393 | </div> |
| 394 | 394 | ||
| 395 | {/* Breadcrumbs */} | 395 | {/* Breadcrumbs */} |
