We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b81ff commit 7c72055Copy full SHA for 7c72055
app/[locale]/(user)/components/Datasets.tsx
@@ -54,10 +54,10 @@ const Datasets = () => {
54
return (
55
<div className=" container pt-10 md:px-8 lg:pt-20">
56
<div className="flex flex-col gap-2 p-3 md:p-0 lg:p-0 ">
57
- <Text variant="heading3xl">Recent Datasets</Text>
+ <Text variant="heading3xl">Popular Datasets</Text>
58
<div className="flex flex-wrap justify-between gap-2 ">
59
<Text variant="headingLg" fontWeight="medium">
60
- Recently updated and trending Datasets on CivicDataSpace
+ The most popular Datasets on CivicDataSpace{' '}
61
</Text>
62
<Button
63
kind="primary"
0 commit comments