Skip to content

Commit 0c8fa23

Browse files
committed
Merge branch 'main' into dev
2 parents f080e13 + 9466758 commit 0c8fa23

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

pages/hub/apps/sdk/bonus/useAvailableFreebets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Callout } from 'components';
55
The `useAvailableFreebets` hook returns all `freebets` that can be used based on the provided bet information (`selections`).
66

77
<Callout type="info">
8-
You can find more information [Here](/hub/apps/guides/freebet/overview).
8+
You can find more information [Here](/hub/apps/guides/freebets/overview).
99
</Callout>
1010

1111
#### Usage

pages/hub/apps/sdk/bonus/useBonuses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Callout } from 'components';
55
The `useBonuses` hook used retrieve all of a user's bonuses (**currently limited to freebets**).
66

77
<Callout type="info">
8-
You can find more information [Here](/hub/apps/guides/freebet/overview).
8+
You can find more information [Here](/hub/apps/guides/freebets/overview).
99
</Callout>
1010

1111
#### Usage

pages/hub/apps/toolkit/bonus/getAvailableFreebets.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import { Callout } from 'components'
22

33
Returns `freebets` that can be used based on the provided bet information (`selections`).
44

5-
<Callout type="warning">
6-
Available in version `5.1.0-beta.1`
7-
</Callout>
8-
95
<Callout type="info">
106
You can find more information [Here](/hub/apps/guides/cashout/overview).
117
</Callout>

pages/hub/apps/toolkit/bonus/getBonuses.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import { Callout } from 'components'
22

33
Retrieves all of a user's bonuses (currently limited to freebets).
44

5-
<Callout type="warning">
6-
Available in version `5.1.0-beta.1`
7-
</Callout>
8-
95
<Callout type="info">
106
You can find more information [Here](/hub/apps/guides/cashout/overview).
117
</Callout>

0 commit comments

Comments
 (0)