Skip to content

Commit

Permalink
Remove news
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Feb 14, 2024
1 parent 2944ef3 commit b5e129c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.
11 changes: 0 additions & 11 deletions src/about/ui/__snapshots__/about.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ exports[`Snapshot 1`] = `
>
Bibliography
</a>
<a
aria-controls="about-tabpane-news"
aria-selected="false"
class="nav-item nav-link"
data-rb-event-key="news"
href="#"
id="about-tab-news"
role="tab"
>
News
</a>
</nav>
<div
class="tab-content"
Expand Down
4 changes: 0 additions & 4 deletions src/about/ui/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import AboutProject from 'about/ui/project'
import AboutFragmentarium from 'about/ui/fragmentarium'
import AboutCorpus from 'about/ui/corpus'
import AboutSigns from 'about/ui/signs'
import AboutNews from 'about/ui/news'
import AboutDictionary from 'about/ui/dictionary'
import AboutBibliography from 'about/ui/bibliography'
import _ from 'lodash'
Expand Down Expand Up @@ -71,9 +70,6 @@ export default function About({
<Tab eventKey="bibliography" title="Bibliography">
{AboutBibliography(markupService)}
</Tab>
<Tab eventKey="news" title="News">
{AboutNews(markupService)}
</Tab>
</Tabs>
</AppContent>
)
Expand Down
118 changes: 0 additions & 118 deletions src/about/ui/news.tsx

This file was deleted.

0 comments on commit b5e129c

Please sign in to comment.