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 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" ,
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" ,
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" ,
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments