Skip to content

Commit 7c33db4

Browse files
committed
update docusaurus
1 parent c7f8a06 commit 7c33db4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/src/pages/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,12 @@ While it's often hard to find the best name, aim to optimize code for consistenc
870870
<!-- prettier-ignore-end -->
871871
872872
- **Constants**
873-
Capitalized
874-
`PRODUCT_ID`
873+
Capitalized
874+
875+
```ts
876+
const FEATURED_PRODUCT_ID = '8f47d2a1-b13e-4d5a-a7d8-6ef1234';
877+
```
878+
875879
- **Object constants**
876880
877881
Singular, capitalized with const assertion.

0 commit comments

Comments
 (0)