diff options
| author | diogo464 <[email protected]> | 2025-08-13 13:52:22 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-13 13:52:22 +0100 |
| commit | db04a296a45ab23c154f665801f3e6d70ef305fa (patch) | |
| tree | e5a8e486b2a797f4150e5a28bcc6e13189d3def3 /frontend | |
| parent | 634c264f26a836c2d4c371cd28ab6049d7149b54 (diff) | |
Update page title from "Drive" to "FCT Drive"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Diffstat (limited to 'frontend')
| -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 */} |
