diff --git a/apps/bob-pay/src/App.tsx b/apps/bob-pay/src/App.tsx index 4408eb481..6a2df30ca 100644 --- a/apps/bob-pay/src/App.tsx +++ b/apps/bob-pay/src/App.tsx @@ -3,7 +3,7 @@ import { ReactNode, Suspense, lazy, useEffect } from 'react'; import { BrowserRouter, Route, Routes, useLocation } from 'react-router-dom'; import { DynamicEmbeddedWidget, useDynamicContext } from '@dynamic-labs/sdk-react-core'; import { usePrices } from '@gobob/react-query'; -import { Card, Flex, P, TextLink } from '@gobob/ui'; +import { Alert, Card, Flex, P, TextLink } from '@gobob/ui'; import { Header, Layout, Main } from './components'; import { CHAIN, RoutesPath } from './constants'; @@ -33,6 +33,9 @@ const ProtectedRoute = ({ children }: { children: ReactNode }) => { if (!isAuthenticated) { return (
+ + BOB Pay is currently in testing. Please try it at your own risk. +