We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1749955 commit 057e266Copy full SHA for 057e266
1 file changed
components/modals/APIModal.vue
@@ -281,7 +281,14 @@ const selectedBilling = ref("annually")
281
</Flex>
282
283
284
- <Button type="secondary" size="small" wide style="margin-bottom: 24px">
+ <Button
285
+ link="https://api-plans.celenium.io"
286
+ target="_blank"
287
+ type="secondary"
288
+ size="small"
289
+ wide
290
+ style="margin-bottom: 24px"
291
+ >
292
Learn more about {{ plans[selectedPlan].name }}
293
</Button>
294
0 commit comments