File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,21 @@ export default function ObjectsPage() {
12
12
</ Head >
13
13
< Header />
14
14
< 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 >
29
30
</ main >
30
31
< Footer />
31
32
</ >
You can’t perform that action at this time.
0 commit comments