Compare commits
1 Commits
main
...
fivethirty
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f86e9bc6b |
@ -53,7 +53,6 @@ export default function DatasetPage({
|
|||||||
|
|
||||||
{dataset.readme && (
|
{dataset.readme && (
|
||||||
<>
|
<>
|
||||||
<h1 className="uppercase font-black mt-10">Readme</h1>
|
|
||||||
{dataset.readme && (
|
{dataset.readme && (
|
||||||
<ReactMarkdown
|
<ReactMarkdown
|
||||||
remarkPlugins={[
|
remarkPlugins={[
|
||||||
@ -68,7 +67,7 @@ export default function DatasetPage({
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<h2 className="mb-0 mt-10">FILES</h2>
|
<h2 className="mb-0 mt-10">Files</h2>
|
||||||
<div className="inline-block min-w-full py-2 align-middle">
|
<div className="inline-block min-w-full py-2 align-middle">
|
||||||
<table className="min-w-full divide-y divide-gray-300">
|
<table className="min-w-full divide-y divide-gray-300">
|
||||||
<thead className="border-b-4 pb-2 border-zinc-900">
|
<thead className="border-b-4 pb-2 border-zinc-900">
|
||||||
@ -118,7 +117,7 @@ export default function DatasetPage({
|
|||||||
</div>
|
</div>
|
||||||
{dataset.files && dataset.files.length > 0 && (
|
{dataset.files && dataset.files.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<h2 className="mb-0 mt-10">DATA PREVIEWS</h2>
|
<h2 className="mb-0 mt-10">Data Previews</h2>
|
||||||
{dataset.files?.map((file) => (
|
{dataset.files?.map((file) => (
|
||||||
<div
|
<div
|
||||||
key={file}
|
key={file}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user