Skip to content

Commit 2815ddc

Browse files
committed
Update unit types page
1 parent b8d14fa commit 2815ddc

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

public/unit-types/unit-types.zip

7.83 MB
Binary file not shown.

src/pages/unit-types.jsx

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Head from 'next/head'
33
import { Footer } from '@/components/Footer'
44
import { Header } from '@/components/Header'
55
import { Container } from '@/components/Container'
6+
import { Link } from '@/components/Link'
67

78
export default function ObjectsPage() {
89
return (
@@ -12,20 +13,21 @@ export default function ObjectsPage() {
1213
</Head>
1314
<Header />
1415
<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>
16+
<Container>
17+
<section id="objects" aria-labelledby="objects-title">
18+
<h2
19+
id="objects-title"
20+
className="text-3xl font-medium tracking-tight text-gray-900"
21+
>
22+
Modelling with Unit Types
23+
</h2>
24+
<hr className="mt-2" />
25+
<p className="my-6 leading-7">
26+
Download the models used for evaluation <Link href="">here</Link>.
27+
</p>
28+
<p>Prototype coming (very) soon!</p>
29+
</section>
30+
</Container>
2931
</main>
3032
<Footer />
3133
</>

0 commit comments

Comments
 (0)