mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
Removed best practices flag
This commit is contained in:
21
urls.js
21
urls.js
@@ -32,6 +32,27 @@ const sublinks = [
|
||||
label: 'Benchmark Performance',
|
||||
path: '/guides/benchmark-performance',
|
||||
},
|
||||
{
|
||||
label: 'About',
|
||||
path: '/about',
|
||||
},
|
||||
{
|
||||
label: 'Why Text Messaging',
|
||||
path: '/about/why-text-messaging',
|
||||
},
|
||||
{
|
||||
label: 'Security',
|
||||
path: '/about/security',
|
||||
},
|
||||
{
|
||||
label: 'Join Notify',
|
||||
path: '/join-notify',
|
||||
},
|
||||
{
|
||||
label: 'Contact',
|
||||
path: '/contact',
|
||||
},
|
||||
|
||||
// Add more links here as needed
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user