update index.mdx

This commit is contained in:
Hossein Mehrabi 2023-12-19 21:06:24 +03:30
parent 99ada2acb7
commit f00d6fe831
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 2 deletions

View File

@ -94,7 +94,6 @@ import {
<Box top={{ xs: 144, lg: 216 }}>
<Roadmap
title="Development Roadmap"
description="Codex is currently in its first proof-of-concept iteration and aims to release its beta version, Katana, before the end of Q4 2023."
timeline={[
{
period: [2024, 'Q1 & Q2'],
@ -122,7 +121,7 @@ import {
}
]}
>
<CallToActionButton style={{ marginTop: 0 }} size="large" variant="outlined" href="/about/roadmap">
<CallToActionButton style={{ marginTop: 0 }} size="small" variant="outlined" href="/about/roadmap">
Read more
</CallToActionButton>
</Roadmap>