Cleaned up styles, removed more govuk unused styles

This commit is contained in:
alexjanousekGSA
2025-07-11 13:08:33 -03:00
parent 53a3143a8f
commit 405b47a02e
10 changed files with 6 additions and 122 deletions

View File

@@ -9,6 +9,10 @@ const routes = {
{ label: 'Support', path: '/support' },
{ label: 'Notify.gov Service Ending', path: '/notify-service-ending' },
{ label: 'Notify.gov Sign In', path: '/sign-in' },
{ label: 'Accessibility Statement', path: '/accessibility-statement' },
{ label: 'Privacy', path: '/privacy' },
{ label: 'Email Not Received', path: '/email-not-received' },
{ label: 'Text Not Received', path: '/text-not-received' },
],
authenticated: [
@@ -74,6 +78,7 @@ const routes = {
{ label: 'Get Started', path: '/using-notify/get-started' },
{ label: 'Trial Mode', path: '/using-notify/trial-mode' },
{ label: 'Pricing', path: '/using-notify/pricing' },
{ label: 'Pricing Billing Details', path: '/pricing/billing-details' },
{ label: 'Delivery Status', path: '/using-notify/delivery-status' },
{ label: 'How To', path: '/using-notify/how-to' },
{ label: 'Best Practices', path: '/using-notify/best-practices' },