Skip to content

Commit a20bd40

Browse files
authored
Merge pull request #224 from prafull-opensignlabs/auth_user
chore:code refactor
2 parents 20220dd + 5630dd4 commit a20bd40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/OpenSign/src/json/plansArr.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"subtitle": "Free for life One click install.",
77
"btnText": "Visit github",
88
"url": "https://github.com/opensignlabs/opensign",
9+
"target": "_blank",
910
"benefits": [
1011
"Sign Unlimited Documents",
1112
"S3 Doc Storage",
@@ -29,6 +30,7 @@
2930
"subtitle": "Use code 'FREEBETA' to get this for free(First 1000 users)",
3031
"btnText": "Subscribe",
3132
"url": "https://subscriptions.zoho.in/subscribe/ef798486e6a0a11ea65f2bae8f2af901dbadf3175d495584fd25b9af5d2f2b9e/thanks",
33+
"target": "_self",
3234
"benefits": [
3335
"Sign Unlimited Documents",
3436
"Unlimited Secure Doc Storage with OpenSignDrive",
@@ -50,6 +52,7 @@
5052
"subtitle": "Customization available Priority support.",
5153
"btnText": "Contact us",
5254
"url": "https://www.opensignlabs.com/contact-us",
55+
"target": "_self",
5356
"benefits": [
5457
"All features",
5558
"Custom domain",

apps/OpenSign/src/routes/PlanSubscriptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const PlanSubscriptions = () => {
139139
<NavLink
140140
to={item.url + details}
141141
className="bg-[#002862] w-full text-white py-2 rounded uppercase hover:no-underline hover:text-white"
142-
target="_self"
142+
target={item.target}
143143
>
144144
{item.btnText}
145145
</NavLink>

0 commit comments

Comments
 (0)