Skip to content

Commit

Permalink
CORE: fix overview layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Nov 6, 2024
1 parent 2732db8 commit 508d7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/overview/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const OverviewTemplate = observer(
>
{globalStore.dataProvider?.issues?.harvestingStatus
?.lastHarvestingDate !== null ? (
<div>
<>
<DataStatisticsCard
metadatadaHistory={metadatadaHistory}
metadataCount={metadataCount}
Expand Down Expand Up @@ -154,7 +154,7 @@ const OverviewTemplate = observer(
dataProviderId={dataProviderId}
/>
)}
</div>
</>
) : (
<Card className={styles.placeholderCard}>
<Card.Title tag="h2">General information</Card.Title>
Expand Down
2 changes: 1 addition & 1 deletion texts/memership/membership.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plans:
caption: Register interest
url: https://docs.google.com/forms/d/e/1FAIpQLSfFJmMIspYfOEM5aOKG4FTZoK4qeqozyds47O75Wm4dJ1ta2w/viewform
box:
text: Here you can find a comparison table with detailed information about each features. It can help you choose the most sutible membership plan for you.
text: Here you can find a comparison table with detailed information about each features. It can help you choose the most suitable membership plan for you.
action:
caption: Compare features
url: https://core.ac.uk/membership#comparison-table

0 comments on commit 508d7f0

Please sign in to comment.