Skip to content

Commit

Permalink
Change meca to mecanywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJunxue committed Sep 5, 2024
1 parent 6425454 commit 099c499
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/dockerIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function getContainerCreateOptions(
HostConfig: {
Binds: ['/var/run/docker.sock:/var/run/docker.sock'],
PortBindings: { [`${port}/tcp`]: [{ HostPort: port }] },
NetworkMode: 'meca',
NetworkMode: 'mecanywhere',
},
};
break;
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const createMainWindow = async () => {
}
});

tray.setToolTip('MECA');
tray.setToolTip('MECAnywhere');
tray.setContextMenu(trayMenu);
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const RightDrawerComponent: React.FC<RightDrawerComponentProps> = ({
}}
>
<Typography variant="h5" fontSize="16px" textAlign="start">
Welcome to MECA!
Welcome to MECAnywhere!
</Typography>
</Box>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/tasks/UploadTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const UploadTask = () => {
onClick={publishToMECA}
disabled={!cid || !paymentProviderConnected}
>
Publish to MECA Network
Publish to MECAnywhere Network
</Button>
</Box>
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/transactions/TxnDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const TxnDashboard: React.FC = () => {
textAlign: 'center',
}}
>
You have not done any MECA transactions for the past 6 months.
You have not done any MECAnywhere transactions for the past 6 months.
</Typography>
</Box>
<Button
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
http-equiv="Content-Security-Policy"
content="script-src 'self' 'unsafe-inline' 'unsafe-eval'"
/>
<title>MECA</title>
<title>MECAnywhere</title>
<style>
/* body {
height: 100vh;
Expand Down

0 comments on commit 099c499

Please sign in to comment.