This commit is contained in:
Fractal-Tess
2023-05-14 14:34:58 +03:00
parent cfc67fffc6
commit 1311519fb1
4 changed files with 24 additions and 2 deletions

View File

@@ -15,4 +15,5 @@
</span>
&#160 Template
</h2>
<p class="text-4xl font-bold">UPDATE</p>
</div>

View File

@@ -7,7 +7,7 @@
};
const getVersions = async (): Promise<Versions> => {
const [tauri, app, name] = await Promise.all([
const [name, tauri, app] = await Promise.all([
getName(),
getTauriVersion(),
getVersion()