Skip to content

Commit

Permalink
update format in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaroise committed Aug 27, 2024
1 parent 34926e4 commit 62a6afc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ To maintain consistency and efficiency, follow these steps when working on the p

2. Adding New UI with Content:

- Define the Sanity schema for new content types.
- Implement the corresponding interface and payload structure in src/lib/payloads.
- Fetch the necessary data and create the UI component.
- Document and test the UI component in Storybook, using mock data for isolated development.
- Define the Sanity schema for new content types.
- Implement the corresponding interface and payload structure in src/lib/payloads.
- Fetch the necessary data and create the UI component.
- Document and test the UI component in Storybook, using mock data for isolated development.

### Using `fetchWithToken` for Custom Components in Sanity

Expand Down

0 comments on commit 62a6afc

Please sign in to comment.