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
4 changes: 3 additions & 1 deletion docs/offlegacy.org/src/content/en/docs/basic-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ function App() {

Use the `Track.Click` component to declaratively track click events.

```tsx {7-11, 13}
```tsx {9-13, 15}
import { Track } from "./tracker";

function HomePage() {
return (
<main>
Expand Down
4 changes: 3 additions & 1 deletion docs/offlegacy.org/src/content/ko/docs/basic-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ function App() {

`Track.Click` 컴포넌트를 이용해 선언적으로 클릭 이벤트를 트래킹합니다.

```tsx {7-11, 13}
```tsx {9-13, 15}
import { Track } from "./tracker";

function HomePage() {
return (
<main>
Expand Down
Loading