Skip to content

Commit

Permalink
Add page for grids, remove LanguageReport now that it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jul 31, 2024
1 parent 87130a7 commit acfc570
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
5 changes: 5 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ export const Footer: React.FunctionComponent = () => {
/>
</BlorgLink>
{separator}
<BlorgLink href="/page/grids">
<FormattedMessage id="grids" defaultMessage="Grids" />
</BlorgLink>
{separator}

<BlorgLink href="/page/termsOfUse">
<FormattedMessage
id="footer.terms"
Expand Down
7 changes: 0 additions & 7 deletions src/components/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { CollectionReportSplit } from "./reports/CollectionReportSplit";
import { AppHostedLanguageGroup } from "./appHosted/AppHostedLanguageGroup";
import { AppHostedDownloadingPage } from "./appHosted/AppHostedDownloadingPage";
import { appHostedSegment, isAppHosted } from "./appHosted/AppHostedUtils";
import { LanguageReport } from "./statistics/LanguageReport";
import { LoginForEditor } from "./User/LoginForEditor";
import { AggregateGridPage } from "./AggregateGrid/AggregateGridPage";

Expand Down Expand Up @@ -154,12 +153,6 @@ export const Routes: React.FunctionComponent<{}> = (props) => {
return null;
}}
/>
<Route
path="/language-report"
render={({ match }) => {
return <LanguageReport />;
}}
/>
<Route
path="/grid/:filter*"
render={({ match }) => {
Expand Down
26 changes: 0 additions & 26 deletions src/components/statistics/LanguageReport.tsx

This file was deleted.

0 comments on commit acfc570

Please sign in to comment.