chore: update manifesto

This commit is contained in:
Hossein Mehrabi 2023-07-18 10:55:52 +03:30
parent 5b8c462de9
commit b5e6ade0d7
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const Manifesto = ({ children }: Props) => {
{children} {children}
<div className={styles.cta}> <div className={styles.cta}>
<Link to="/history"> <Link to="/history">
<Button variant="outlined">Find Out More</Button> <Button variant="outlined">Learn more</Button>
</Link> </Link>
</div> </div>
</div> </div>