diff --git a/src/App.tsx b/src/App.tsx index 8cff5db..b67b0b9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,6 +3,7 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query' import { Toaster } from 'sonner' import LandingPage from './pages/LandingPage' import ChatPage from './pages/ChatPage' +import TyndalePage from './pages/TyndalePage' const queryClient = new QueryClient() @@ -13,6 +14,7 @@ const App = () => ( } /> } /> + } /> diff --git a/src/components/landing/LandingNavigation.tsx b/src/components/landing/LandingNavigation.tsx index 404aae6..30dc053 100644 --- a/src/components/landing/LandingNavigation.tsx +++ b/src/components/landing/LandingNavigation.tsx @@ -13,6 +13,12 @@ const LandingNavigation = () => {
+ + About Tyndale +