mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Update repo url
This commit is contained in:
@@ -217,8 +217,8 @@ export class AppMenuComponent implements OnInit {
|
||||
getVersionUrl(version: string | undefined): string {
|
||||
if (!version) return '#';
|
||||
return version.startsWith('v')
|
||||
? `https://github.com/adityachandelgit/BookLore/releases/tag/${version}`
|
||||
: `https://github.com/adityachandelgit/BookLore/commit/${version}`;
|
||||
? `https://github.com/booklore-app/booklore/releases/tag/${version}`
|
||||
: `https://github.com/booklore-app/booklore/commit/${version}`;
|
||||
}
|
||||
|
||||
private sortArray<T>(array: T[], field: 'name' | 'id', order: 'asc' | 'desc'): T[] {
|
||||
|
||||
Reference in New Issue
Block a user