Skip to content

Commit

Permalink
Remove CAIC Contact subpage
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed May 6, 2024
1 parent c7e6c9a commit 5029c3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
10 changes: 0 additions & 10 deletions src/research-projects/subpages/caic/Contact.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/research-projects/subpages/caic/TableOfContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export default function TableOfContents(): JSX.Element {
return (
<Nav className={'project-page__sidebar'}>
<CaicTocLink isHome>Home</CaicTocLink>
<CaicTocLink>Search</CaicTocLink>
<CaicTocLink>Contact</CaicTocLink>
<CaicTocLink>Search CAIC Texts</CaicTocLink>
</Nav>
)
}
15 changes: 0 additions & 15 deletions src/router/researchProjectRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import FragmentService from 'fragmentarium/application/FragmentService'
import ResearchProjectsOverview from 'research-projects/ResearchProjectsOverview'
import CaicHome from 'research-projects/subpages/caic/Home'
import CaicSearch from 'research-projects/subpages/caic/Search'
import CaicContact from 'research-projects/subpages/caic/Contact'

export default function ResearchProjectRoutes({
sitemap,
Expand Down Expand Up @@ -69,20 +68,6 @@ export default function ResearchProjectRoutes({
)}
{...(sitemap && sitemapDefaults)}
/>,
<Route
key="caic-project-contact"
exact
path={`/projects/${ResearchProjects.CAIC.abbreviation}/contact`}
render={(): ReactNode => (
<HeadTagsService
title={`${ResearchProjects.CAIC.abbreviation} in eBL`}
description={ResearchProjects.CAIC.name}
>
<CaicContact />
</HeadTagsService>
)}
{...(sitemap && sitemapDefaults)}
/>,
<Route
key="projects"
exact
Expand Down

0 comments on commit 5029c3c

Please sign in to comment.