File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import Head from 'next/head'
33import { Footer } from '@/components/Footer'
44import { Header } from '@/components/Header'
55import { Container } from '@/components/Container'
6+ import { Link } from '@/components/Link'
67
78export 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 </ >
You can’t perform that action at this time.
0 commit comments