diff --git a/nym-connect/src-tauri/tauri.conf.json b/nym-connect/src-tauri/tauri.conf.json index 3d435986ed..65b9393ac9 100644 --- a/nym-connect/src-tauri/tauri.conf.json +++ b/nym-connect/src-tauri/tauri.conf.json @@ -65,7 +65,7 @@ { "title": "NymConnect", "width": 240, - "height": 540, + "height": 575, "resizable": false, "decorations": false, "transparent": true diff --git a/nym-connect/src/components/AppVersion.tsx b/nym-connect/src/components/AppVersion.tsx index 06c63079d6..f351ebc410 100644 --- a/nym-connect/src/components/AppVersion.tsx +++ b/nym-connect/src/components/AppVersion.tsx @@ -6,7 +6,11 @@ export const AppVersion = () => { const { appVersion } = useClientContext(); return ( - + Version {appVersion} ); diff --git a/nym-connect/src/components/AppWindowFrame.tsx b/nym-connect/src/components/AppWindowFrame.tsx index 9420a57f07..abd54ec49e 100644 --- a/nym-connect/src/components/AppWindowFrame.tsx +++ b/nym-connect/src/components/AppWindowFrame.tsx @@ -9,10 +9,9 @@ export const AppWindowFrame: React.FC = ({ children }) => ( display: 'grid', borderRadius: '12px', // screen height is 540px - These should add up to that - gridTemplateRows: '40px 470px 30px', + gridTemplateRows: '40px 1fr 30px', bgcolor: 'nym.background.dark', height: '100vh', - gridtemplateAreas: '"." "." "."', }} > diff --git a/nym-connect/src/components/ConnectionButton.tsx b/nym-connect/src/components/ConnectionButton.tsx index 42903a80ea..6d8a592681 100644 --- a/nym-connect/src/components/ConnectionButton.tsx +++ b/nym-connect/src/components/ConnectionButton.tsx @@ -76,9 +76,9 @@ export const ConnectionButton: React.FC<{ return ( diff --git a/nym-connect/src/layouts/DefaultLayout.tsx b/nym-connect/src/layouts/DefaultLayout.tsx index ed42aad5fe..046f69d9ec 100644 --- a/nym-connect/src/layouts/DefaultLayout.tsx +++ b/nym-connect/src/layouts/DefaultLayout.tsx @@ -31,9 +31,14 @@ export const DefaultLayout: React.FC<{ {error && } - - Connect to the Nym
mixnet for privacy. -
+ + + Connect to the Nym mixnet + + + This is experimental software. Do not rely on it for strong anonymity (yet). + +