We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc156b commit 5c4b715Copy full SHA for 5c4b715
1 file changed
app/[locale]/(user)/datasets/components/Card/index.tsx
@@ -14,9 +14,7 @@ const Cards = ({ data }: { data: Dataset }) => {
14
<div className="grid grid-cols-1 gap-4 lg:grid-cols-2">
15
<div>
16
<Link href={`/datasets/${data.id}`}>
17
- <Text variant="headingMd">
18
- {data.title} - {data.id}
19
- </Text>
+ <Text variant="headingMd">{data.title}</Text>
20
</Link>
21
</div>
22
<div className="description-container line-clamp-4">
0 commit comments