mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-05 19:22:07 +00:00
fix(about): correct app name to 'Scoreko-dev'
This commit is contained in:
@@ -13,7 +13,7 @@ type ReleaseResponse = {
|
||||
published_at: string;
|
||||
};
|
||||
|
||||
const appName = 'Scoreko Dev';
|
||||
const appName = 'Scoreko-dev';
|
||||
const currentVersion = import.meta.env.PACKAGE_VERSION;
|
||||
const repoOwner = ref(localStorage.getItem('scoreko:repoOwner') ?? 'Pandipipas');
|
||||
const repoName = ref(localStorage.getItem('scoreko:repoName') ?? 'scoreko-dev');
|
||||
|
||||
Reference in New Issue
Block a user