mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: remove Google Drive coming soon placeholder from files nav
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Clock, Cloud, Upload } from "lucide-react";
|
import { Clock, Upload } from "lucide-react";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import { useFilesPageStore } from "@/stores/files-page-store";
|
import { useFilesPageStore } from "@/stores/files-page-store";
|
||||||
|
|
||||||
@@ -29,11 +29,6 @@ export function FilesNav() {
|
|||||||
{item.label}
|
{item.label}
|
||||||
</button>
|
</button>
|
||||||
))}
|
))}
|
||||||
<div className="flex items-center gap-2 px-3 py-2 text-sm text-muted-foreground/40 cursor-not-allowed">
|
|
||||||
<Cloud className="h-4 w-4" />
|
|
||||||
Google Drive
|
|
||||||
<span className="text-[10px] bg-muted px-1.5 py-0.5 rounded ml-auto">Soon</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user