Skip to content

Commit 400eab6

Browse files
authored
Update APIModal.vue
1 parent fb077fb commit 400eab6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

components/modals/APIModal.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,14 @@ const selectedBilling = ref("annually")
193193
</Flex>
194194

195195
<Flex direction="column" align="center" gap="8">
196-
<Button type="primary" size="small" disabled wide>
196+
<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+
>
197204
<Text color="black">Start with {{ plans[selectedPlan].name }}</Text>
198205
</Button>
199206

0 commit comments

Comments
 (0)