Skip to content

Commit fc6a7ef

Browse files
committed
Update unit types page
1 parent b8d14fa commit fc6a7ef

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

public/unit-types/unit-types.zip

7.83 MB
Binary file not shown.

src/pages/unit-types.jsx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@ export default function ObjectsPage() {
1212
</Head>
1313
<Header />
1414
<main>
15-
<Container>
16-
<section id="objects" aria-labelledby="objects-title">
17-
<h2
18-
id="objects-title"
19-
className="text-3xl font-medium tracking-tight text-gray-900"
20-
>
21-
Modelling with Unit Types
22-
</h2>
23-
<hr className="mt-2" />
24-
<p className="my-6 leading-7">
25-
Coming soon.
26-
</p>
27-
</section>
28-
</Container>
15+
<Container>
16+
<section id="objects" aria-labelledby="objects-title">
17+
<h2
18+
id="objects-title"
19+
className="text-3xl font-medium tracking-tight text-gray-900"
20+
>
21+
Modelling with Unit Types
22+
</h2>
23+
<hr className="mt-2" />
24+
<p className="my-6 leading-7">
25+
Download the models used for evaluation <Link href="">here</Link>.
26+
</p>
27+
<p>Prototype coming (very) soon!</p>
28+
</section>
29+
</Container>
2930
</main>
3031
<Footer />
3132
</>

0 commit comments

Comments
 (0)