fix(typo): gesit -> geist (#476)

This commit is contained in:
ʀᴀʏ
2021-03-13 18:27:57 +08:00
committed by GitHub
parent cfe7e2b180
commit 2c236918fa

View File

@@ -7,7 +7,7 @@ export default function Home() {
<Text h2>React Application with Geist UI</Text>
</Page.Header>
<Text>
Hello, I am using <Text b>Gesit UI</Text> !
Hello, I am using <Text b>Geist UI</Text> !
</Text>
</Page>
)