From 87642115f47870d8ba14c9f1b06c41942ade21d9 Mon Sep 17 00:00:00 2001 From: Stalgia Grigg Date: Thu, 26 Oct 2023 14:03:10 -0700 Subject: [PATCH] Change "Test Reports" copy, nav breakpoint change to 'xl' --- client/components/App/App.css | 4 ++-- client/components/App/App.jsx | 4 ++-- client/components/Reports/Report.jsx | 8 ++++---- client/components/Reports/Reports.jsx | 8 ++++---- client/components/Reports/SummarizeTestPlanReport.jsx | 2 +- client/components/Reports/SummarizeTestPlanReports.jsx | 8 ++++---- client/components/Reports/SummarizeTestPlanVersion.jsx | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/client/components/App/App.css b/client/components/App/App.css index 5873520ff..920654a10 100644 --- a/client/components/App/App.css +++ b/client/components/App/App.css @@ -61,7 +61,7 @@ a.nav-link { .nav-link[aria-current='true']:after { background: #0b60ab; } -@media all and (min-width: 992px) { +@media all and (min-width: 1200px) { .navbar-expand-lg .navbar-collapse ul { display: flex; flex-basis: auto; @@ -79,7 +79,7 @@ a.nav-link { margin: auto; } } -@media all and (max-width: 991px) { +@media all and (max-width: 1199px) { .nav-link[aria-current='true']:after, .nav-link:hover:after { position: absolute; diff --git a/client/components/App/App.jsx b/client/components/App/App.jsx index 4cd487051..eec59d760 100644 --- a/client/components/App/App.jsx +++ b/client/components/App/App.jsx @@ -39,7 +39,7 @@ const App = () => { setIsNavbarExpanded(previous => !previous)} @@ -67,7 +67,7 @@ const App = () => { '/report' )} > - Test Reports + AT Interoperability Reports
  • diff --git a/client/components/Reports/Report.jsx b/client/components/Reports/Report.jsx index 89b8d0247..dfcea1122 100644 --- a/client/components/Reports/Report.jsx +++ b/client/components/Reports/Report.jsx @@ -18,8 +18,8 @@ const Report = () => { if (error) { return ( @@ -29,8 +29,8 @@ const Report = () => { if (loading) { return ( ); } diff --git a/client/components/Reports/Reports.jsx b/client/components/Reports/Reports.jsx index 33a911310..f46381447 100644 --- a/client/components/Reports/Reports.jsx +++ b/client/components/Reports/Reports.jsx @@ -13,8 +13,8 @@ const Reports = () => { if (error) { return ( @@ -24,8 +24,8 @@ const Reports = () => { if (loading) { return ( ); } diff --git a/client/components/Reports/SummarizeTestPlanReport.jsx b/client/components/Reports/SummarizeTestPlanReport.jsx index 3ce2622fd..339c5e9d1 100644 --- a/client/components/Reports/SummarizeTestPlanReport.jsx +++ b/client/components/Reports/SummarizeTestPlanReport.jsx @@ -127,7 +127,7 @@ const SummarizeTestPlanReport = ({ testPlanVersion, testPlanReports }) => { - Test Reports + AT Interoperability Reports diff --git a/client/components/Reports/SummarizeTestPlanReports.jsx b/client/components/Reports/SummarizeTestPlanReports.jsx index de8734410..e823d83e8 100644 --- a/client/components/Reports/SummarizeTestPlanReports.jsx +++ b/client/components/Reports/SummarizeTestPlanReports.jsx @@ -37,9 +37,9 @@ const SummarizeTestPlanReports = ({ testPlanVersions }) => { return ( - Test Reports | ARIA-AT + AT Interop Reports | ARIA-AT -

    Test Reports

    +

    Assistive Technology Interoperability Reports

    There are no results to show just yet. Please check back soon! @@ -66,9 +66,9 @@ const SummarizeTestPlanReports = ({ testPlanVersions }) => { return ( - Test Reports | ARIA-AT + AT Interop Reports | ARIA-AT -

    Test Reports

    +

    Assistive Technology Interoperability Reports

    Introduction

    This page offers a high-level view of all results which have diff --git a/client/components/Reports/SummarizeTestPlanVersion.jsx b/client/components/Reports/SummarizeTestPlanVersion.jsx index 2276afd20..88d564752 100644 --- a/client/components/Reports/SummarizeTestPlanVersion.jsx +++ b/client/components/Reports/SummarizeTestPlanVersion.jsx @@ -36,7 +36,7 @@ const SummarizeTestPlanVersion = ({ testPlanVersion, testPlanReports }) => { - Test Reports + AT Interoperability Reports