File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
"subtitle" : " Free for life One click install." ,
7
7
"btnText" : " Visit github" ,
8
8
"url" : " https://github.com/opensignlabs/opensign" ,
9
+ "target" : " _blank" ,
9
10
"benefits" : [
10
11
" Sign Unlimited Documents" ,
11
12
" S3 Doc Storage" ,
29
30
"subtitle" : " Use code 'FREEBETA' to get this for free(First 1000 users)" ,
30
31
"btnText" : " Subscribe" ,
31
32
"url" : " https://subscriptions.zoho.in/subscribe/ef798486e6a0a11ea65f2bae8f2af901dbadf3175d495584fd25b9af5d2f2b9e/thanks" ,
33
+ "target" : " _self" ,
32
34
"benefits" : [
33
35
" Sign Unlimited Documents" ,
34
36
" Unlimited Secure Doc Storage with OpenSignDrive" ,
50
52
"subtitle" : " Customization available Priority support." ,
51
53
"btnText" : " Contact us" ,
52
54
"url" : " https://www.opensignlabs.com/contact-us" ,
55
+ "target" : " _self" ,
53
56
"benefits" : [
54
57
" All features" ,
55
58
" Custom domain" ,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const PlanSubscriptions = () => {
139
139
< NavLink
140
140
to = { item . url + details }
141
141
className = "bg-[#002862] w-full text-white py-2 rounded uppercase hover:no-underline hover:text-white"
142
- target = "_self"
142
+ target = { item . target }
143
143
>
144
144
{ item . btnText }
145
145
</ NavLink >
You can’t perform that action at this time.
0 commit comments