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 086d2d2dd..ad6d6542c 100644 --- a/client/components/Reports/SummarizeTestPlanReport.jsx +++ b/client/components/Reports/SummarizeTestPlanReport.jsx @@ -126,7 +126,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 35df9bd43..6cdedc1b6 100644 --- a/client/components/Reports/SummarizeTestPlanVersion.jsx +++ b/client/components/Reports/SummarizeTestPlanVersion.jsx @@ -37,7 +37,7 @@ const SummarizeTestPlanVersion = ({ testPlanVersion, testPlanReports }) => { - Test Reports + AT Interoperability Reports