Code for deployement 2

This commit is contained in:
Naval 2025-03-04 11:50:02 +05:30
parent 7ab8dff78f
commit 63bbd65cbe

View file

@ -68,7 +68,7 @@ export function Panel() {
<Phone className="mr-2 h-4 w-4" /> <Phone className="mr-2 h-4 w-4" />
{isSidebarOpen && "Numbers"} {isSidebarOpen && "Numbers"}
</Button> </Button>
<Button {/* <Button
variant={view === "conversations" ? "default" : "ghost"} variant={view === "conversations" ? "default" : "ghost"}
className="w-full justify-start" className="w-full justify-start"
onClick={() => setView("conversations")} onClick={() => setView("conversations")}
@ -83,7 +83,7 @@ export function Panel() {
> >
<Send className="mr-2 h-4 w-4" /> <Send className="mr-2 h-4 w-4" />
{isSidebarOpen && "New Message"} {isSidebarOpen && "New Message"}
</Button> </Button> */}
<Button <Button
variant={view === "buyANumber" ? "default" : "ghost"} variant={view === "buyANumber" ? "default" : "ghost"}
className="w-full justify-start" className="w-full justify-start"