Skip to content

Commit 057e266

Browse files
committed
fix(APImodal): link
1 parent 1749955 commit 057e266

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

components/modals/APIModal.vue

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

284-
<Button type="secondary" size="small" wide style="margin-bottom: 24px">
284+
<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+
>
285292
Learn more about {{ plans[selectedPlan].name }}
286293
</Button>
287294
</Flex>

0 commit comments

Comments
 (0)