Skip to content

Commit

Permalink
Fix examples/spacex
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Dec 5, 2023
1 parent dd29775 commit 4c37feb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- name: TypeCheck example
id: typecheck-example
run: pnpm --filter @fuse-examples/next typecheck
run: pnpm --filter @fuse-examples/spacex typecheck
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
examples/next/gql
examples/spacex/gql
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- 'examples/next'
- 'examples/spacex'
- 'examples/ecommerce'
- 'packages/core'
- 'website'
8 changes: 4 additions & 4 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export const IndexPage = () => {
Docs
</Link>
<Link
href="https://github.com/StellateHQ/fuse.js/tree/main/examples/next"
href="https://github.com/StellateHQ/fuse.js/tree/main/examples"
className="p-2 font-medium text-gravel-900 hover:text-starship-700"
>
Example
Examples
</Link>
</div>

Expand Down Expand Up @@ -622,10 +622,10 @@ export const IndexPage = () => {
Docs
</Link>
<Link
href="https://github.com/StellateHQ/fuse.js/tree/main/examples/next"
href="https://github.com/StellateHQ/fuse.js/tree/main/examples"
className="p-2 font-medium text-gravel-300 hover:text-gravel-50"
>
Example
Examples
</Link>
</div>
<div className="flex items-center gap-5">
Expand Down

0 comments on commit 4c37feb

Please sign in to comment.