Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/pages/blog/behind-the-block.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { CarbonAds } from '../../components/ad';

---

If you've used Million.js for a while, you've probably heard of the [`block(){:jsx}`](/docs/quickstart) function.
If you've used Million.js for a while, you've probably heard of the [`block(){:jsx}`](/docs/manual-mode/block) function.

```jsx {8}
function MyComponent() {
Expand Down
2 changes: 1 addition & 1 deletion website/pages/blog/behind-the-block.es-ES.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { CarbonAds } from '../../components/ad';

---

Si has usado Million.js por un tiempo, probablemente hayas escuchado de la función [`block(){:jsx}`](/docs/quickstart).
Si has usado Million.js por un tiempo, probablemente hayas escuchado de la función [`block(){:jsx}`](/docs/manual-mode/block).

```jsx {8}
function MyComponent() {
Expand Down
2 changes: 1 addition & 1 deletion website/pages/blog/behind-the-block.fr-FR.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { CarbonAds } from '../../components/ad';

---

Si vous utilisez Million.js depuis un certain temps, vous avez probablement entendu parler de la fonction [`block(){:jsx}`](/docs/quickstart).
Si vous utilisez Million.js depuis un certain temps, vous avez probablement entendu parler de la fonction [`block(){:jsx}`](/docs/manual-mode/block).

```jsx
function MyComponent() {
Expand Down
2 changes: 1 addition & 1 deletion website/pages/blog/behind-the-block.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { CarbonAds } from '../../components/ad';

---

If you've used Million.js for a while, you've probably heard of the [`block(){:jsx}`](/docs/quickstart) function.
If you've used Million.js for a while, you've probably heard of the [`block(){:jsx}`](/docs/manual-mode/block) function.

```jsx {8}
function MyComponent() {
Expand Down