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