FRE-4414: Unblock and update ShieldAI status
- Cleared cancelled blocker FRE-4428 - Updated to in_progress - Added status comment documenting delegated work to CTO/CMO Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -12,6 +12,7 @@ import { Pricing } from './routes/pricing/Pricing';
|
||||
import { About } from './routes/about/About';
|
||||
import { Faq } from './routes/faq/Faq';
|
||||
import { NotFound } from './routes/NotFound';
|
||||
import { Waitlist } from './routes/waitlist/Waitlist';
|
||||
import './styles/landing.css';
|
||||
import './styles/blog.css';
|
||||
import './styles/features.css';
|
||||
@@ -32,6 +33,7 @@ const Redirect = () => <Navigate href="/dashboard" />;
|
||||
export const routes = [
|
||||
<Route path="/" component={Landing} />,
|
||||
<Route path="/beta" component={BetaSignup} />,
|
||||
<Route path="/waitlist" component={Waitlist} />,
|
||||
<Route path="/features" component={Features} />,
|
||||
<Route path="/pricing" component={Pricing} />,
|
||||
<Route path="/about" component={About} />,
|
||||
|
||||
Reference in New Issue
Block a user