Skip to content

Commit

Permalink
Fix: Grammar on Next.js Example page (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamvphilip authored Dec 8, 2023
1 parent 502422e commit c9b2057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs-example/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ export default function Home() {
title="API"
/>
<Card
body="Playing with StyleX and look at look at the compile outputs"
body="Play with StyleX and look at the compile outputs"
href={`${HOMEPAGE}/playground/`}
title="Playground"
/>
<Card
body="Get started with a NextJS+StyleX project."
body="Get started with a NextJS+StyleX project"
href="https://github.com/nmn/nextjs-app-dir-stylex"
title="Templates"
/>
Expand Down

0 comments on commit c9b2057

Please sign in to comment.