Skip to content

Commit 23aebef

Browse files
committed
refactor: update amount of documents that BASE provides
1 parent 7346fba commit 23aebef

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

vis/js/templates/modals/infomodal/BaseInfo.tsx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ const BaseInfo = ({ params, isStreamgraph }) => {
1616
serviceName="BASE"
1717
serviceDesc={
1818
<>
19-
BASE provides access to over 300 million documents from more than
20-
10,000 content sources in all disciplines. For more information please{" "}
21-
<a
22-
href="http://base-search.net"
23-
target="_blank"
24-
rel="noreferrer"
25-
>
26-
visit the BASE website
27-
</a>
28-
.
19+
BASE provides access to over 400 million documents from more than
20+
10,000 content sources in all disciplines. For more information please{" "}
21+
<a href="http://base-search.net" target="_blank" rel="noreferrer">
22+
visit the BASE website
23+
</a>
24+
.
2925
</>
3026
}
3127
serviceLogo={

0 commit comments

Comments
 (0)