fix(ui): fix integrate buttons text
This commit is contained in:
parent
9eae28e09e
commit
6cb2197ce8
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ piniaStorePlugin(examplePiniaStore)
|
|||
|
||||
<DocLink
|
||||
className="mt-4"
|
||||
label="Integrate Vuex"
|
||||
label="Integrate Pinia"
|
||||
url="https://docs.openreplay.com/plugins/pinia"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ const useBearStore = create(
|
|||
}
|
||||
/>
|
||||
|
||||
<DocLink className="mt-4" label="Integrate Vuex" url="https://docs.openreplay.com/plugins/zustand" />
|
||||
<DocLink className="mt-4" label="Integrate Zustand" url="https://docs.openreplay.com/plugins/zustand" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue