Skip to content

Commit

Permalink
fix: add missing apostrophes to inter import (geist-org#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM authored Oct 27, 2022
1 parent dae57c3 commit 9e5ceed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/en-us/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Some fonts in Web applications do not render best on the _Windows_ platform, or

<Code block my={0} width="100%">
<span className="token keyword module">import</span>{' '}
<span className="token string">inter-ui/inter.css</span>
<span className="token string">'inter-ui/inter.css'</span>
</Code>

export default ({ children }) => <Layout meta={meta}>{children}</Layout>
2 changes: 1 addition & 1 deletion pages/zh-cn/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Web 应用中的一些字体在 _Windows_ 平台上无法得到最好的渲染

<Code block my={0} width="100%">
<span className="token keyword module">import</span>{' '}
<span className="token string">inter-ui/inter.css</span>
<span className="token string">'inter-ui/inter.css'</span>
</Code>

export default ({ children }) => <Layout meta={meta}>{children}</Layout>

0 comments on commit 9e5ceed

Please sign in to comment.