1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Renamed application to statisfy MongoDB's rights

This commit is contained in:
2023-01-20 20:46:07 +01:00
parent 05058bf363
commit 9f095697f5
8 changed files with 18 additions and 15 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Mongodup</title>
<title>Rolens</title>
</head>
<body>
<div id="app"></div>

View File

@ -37,7 +37,7 @@
});
activeHostKey = hostKey;
addressBarModalOpen = false;
WindowSetTitle(`${hosts[activeHostKey].name} - Mongodup`);
WindowSetTitle(`${hosts[activeHostKey].name} - Rolens`);
}
busy.end();

View File

@ -9,7 +9,7 @@
</script>
<div class="welcome">
<p class="title">Welcome to Mongodup!</p>
<p class="title">Welcome to Rolens!</p>
<button class="btn" on:click={createHost}>Create your first host</button>
</div>

View File

@ -36,7 +36,7 @@
});
activeHostKey = hostKey;
dispatch('connected', hostKey);
WindowSetTitle(`${hosts[activeHostKey].name} - Mongodup`);
WindowSetTitle(`${hosts[activeHostKey].name} - Rolens`);
}
busy.end();