Compare commits

...

1 Commits

Author SHA1 Message Date
Mark Sinclair 40034aa849 nym-connect: copy changes 2022-07-11 14:38:23 +01:00
+7 -4
View File
@@ -22,11 +22,14 @@ export const DefaultLayout: React.FC<{
}; };
return ( return (
<AppWindowFrame> <AppWindowFrame>
<Typography fontWeight="700" fontSize="14px" textAlign="center"> <Typography fontWeight="400" fontSize="12px" textAlign="center" sx={{ opacity: 0.6 }}>
Connect, your privacy will be 100% protected thanks to the Nym Mixnet This is experimental software. <br />
Do not rely on it for strong anonymity (yet).
</Typography> </Typography>
<Typography fontWeight="700" fontSize="14px" textAlign="center" color="#60D6EF" pt={2}> <Typography fontWeight="700" fontSize="14px" textAlign="center" pt={2}>
You are not protected now Connect to the
<br />
Nym mixnet for privacy.
</Typography> </Typography>
<ServiceProviderSelector services={services} onChange={handleServiceProviderChange} /> <ServiceProviderSelector services={services} onChange={handleServiceProviderChange} />
<ConnectionButton <ConnectionButton