We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb077fb commit 400eab6Copy full SHA for 400eab6
1 file changed
components/modals/APIModal.vue
@@ -193,7 +193,14 @@ const selectedBilling = ref("annually")
193
</Flex>
194
195
<Flex direction="column" align="center" gap="8">
196
- <Button type="primary" size="small" disabled wide>
+ <Button
197
+ link="https://api-docs.celenium.io/"
198
+ target="_blank"
199
+ type="primary"
200
+ size="small"
201
+ :disabled="plans[selectedPlan].name !== 'Basic'"
202
+ wide
203
+ >
204
<Text color="black">Start with {{ plans[selectedPlan].name }}</Text>
205
</Button>
206
0 commit comments