Skip to content

Commit e142c33

Browse files
committed
title on sidebar trigger
1 parent 565c045 commit e142c33

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

Diff for: components/ui/LiveLogsPopUp.tsx

-42
This file was deleted.

Diff for: pages/_app.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import KeyboardNavigation from "@/components/KeyboardNavigation";
1010
import Head from "next/head";
1111
import { QuickCommandDialog } from "@/components/quickcommand";
1212
import { LiveLogsProvider } from "@/utils/contexts/LiveLogsContext";
13-
import LiveLogsPopUp from "@/components/ui/LiveLogsPopUp";
1413
import { SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar";
1514
import { AppSidebar } from "@/components/ui/app-sidebar";
1615
let c;
@@ -53,8 +52,7 @@ if (typeof window !== "undefined") {
5352
<Component {...pageProps} />
5453
<AppSidebar />
5554

56-
<SidebarTrigger className="bg-airlinedarkblue fixed bottom-4 left-4 h-12 w-12 hover:bg-airlinedarkblue" />
57-
{/* <LiveLogsPopUp /> */}
55+
<SidebarTrigger className="bg-airlinedarkblue fixed bottom-4 left-4 h-12 w-12 hover:bg-airlinedarkblue" title= "Click to open sidebar to show server side calls" />
5856
</TripsProvider>
5957
</QuickCommandDialog>
6058
</LoginProvider>

0 commit comments

Comments
 (0)