mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
update marketplace url to reflect build version (#2914)
* update marketplace url to reflect build version * adjust marketplace config * use helper function to compare urls * rework some registry stuff * #2900, #2899, and other registry changes * alpha.1 * trailing / * add startosRegistry * fix migration --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
This commit is contained in:
@@ -39,11 +39,11 @@ export class CategoriesComponent {
|
||||
readonly categoryChange = new EventEmitter<string>()
|
||||
|
||||
readonly fallback: Record<string, T.Category> = {
|
||||
a: { name: '', description: { short: 'a', long: 'a' } },
|
||||
b: { name: '', description: { short: 'a', long: 'a' } },
|
||||
c: { name: '', description: { short: 'a', long: 'a' } },
|
||||
d: { name: '', description: { short: 'a', long: 'a' } },
|
||||
e: { name: '', description: { short: 'a', long: 'a' } },
|
||||
a: { name: '' },
|
||||
b: { name: '' },
|
||||
c: { name: '' },
|
||||
d: { name: '' },
|
||||
e: { name: '' },
|
||||
}
|
||||
|
||||
switchCategory(category: string): void {
|
||||
|
||||
Reference in New Issue
Block a user