Skip to content

Commit 09b0565

Browse files
committed
fix Basic plan link
1 parent 5cb9bd6 commit 09b0565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modals/APIModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const getPaymentLink = () => {
221221

222222
<Flex direction="column" align="center" gap="8">
223223
<Button
224-
:link="getPaymentLink()"
224+
:link="getPaymentLink() || 'https://api-docs.celenium.io'"
225225
target="_blank"
226226
type="primary"
227227
size="small"

0 commit comments

Comments
 (0)