diff --git a/src/app/[[...panel]]/page.tsx b/src/app/[[...panel]]/page.tsx index c0831de..ecfd9f0 100644 --- a/src/app/[[...panel]]/page.tsx +++ b/src/app/[[...panel]]/page.tsx @@ -36,6 +36,7 @@ import { ChatPanel } from '@/components/chat/chat-panel' import { ErrorBoundary } from '@/components/ErrorBoundary' import { LocalModeBanner } from '@/components/layout/local-mode-banner' import { UpdateBanner } from '@/components/layout/update-banner' +import { PromoBanner } from '@/components/layout/promo-banner' import { useWebSocket } from '@/lib/websocket' import { useServerEvents } from '@/lib/use-server-events' import { useMissionControl } from '@/store' @@ -147,6 +148,7 @@ export default function Home() { + diff --git a/src/components/layout/promo-banner.tsx b/src/components/layout/promo-banner.tsx new file mode 100644 index 0000000..737d9ec --- /dev/null +++ b/src/components/layout/promo-banner.tsx @@ -0,0 +1,41 @@ +'use client' + +export function PromoBanner() { + return ( + + + + + Built with care by nyk. + + + + + + Follow nyk + + + DictX (Upcoming) + + + Flight Deck Pro (Upcoming) + + + + ) +}
+ Built with care by nyk. +