Make about page english by default

This commit is contained in:
Jackson Harper 2023-10-25 12:55:22 +08:00
parent bbb8ffa918
commit dfc34ac76b

View file

@ -11,7 +11,7 @@ export default function LandingPage(): JSX.Element {
description="Omnivore is the free, open source, read-it-later app for serious readers."
/>
<About lang="zh" />
<About lang="en" />
</>
)
}