Skip to content

Commit

Permalink
fix title in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Dec 16, 2024
1 parent e414d32 commit b70d047
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/components/CorpusOverviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ const CorpusOverviewModal: React.FC<CorpusOverviewModalProps> = ({
</Col>
<Col sm={3} className="font-weight-medium border-end">
<Row className="h-100">
<Col className="border-end">Period</Col>
<Col className="border-end">Time period</Col>
<Col>Media</Col>
</Row>
</Col>
<Col sm={4}>
<Form.Group controlId="ModalRegisterForm.email">
<Form.Label className="font-weight-bold">
Title{" "}
Media title{" "}
{filterBy.length ? (
<span className="font-weight-normal">
{sortedDatasets.length} of {datasets.length}
Expand Down Expand Up @@ -190,9 +190,9 @@ const CorpusOverviewModal: React.FC<CorpusOverviewModalProps> = ({
className="underline"
onClick={() => setView(BrowserViewLogin)}
>
login
lo in
</a>{" "}
to check data availability according to your plan
to view data accessibility conditions based on your plan.
</span>
)}
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/DatasetCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const DatasetCard: FC<DatasetCardProps> = ({
</Col>
))}
<Col>
{dataset.copyright}
{compareDatasetPlanWithUserPlans(userPlan, [
dataset.minimumUserPlanRequiredToExploreInWebapp,
dataset.minimumUserPlanRequiredToExportTranscripts,
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ const Footer: React.FC<{
</Link>
</li>
<li>
<Link underline to="/datasets">
Datasets
<Link underline to="/corpus-overview">
Corpus Overview
</Link>
</li>
<li>
Expand Down

0 comments on commit b70d047

Please sign in to comment.