[single-dataset][s]: Update download dataset path
This commit is contained in:
@@ -144,7 +144,7 @@ export default function Home({ dataset, specs }) {
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-1xl">
|
||||
<a className="text-yellow-600" href={resource.path}>
|
||||
<a className="text-yellow-600" href={`/dataset/${resource.path}`}>
|
||||
{resource.format} ({filesize(resource.size, { bits: true })})
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user