Hard code registry icons (#1951)

* component for store icons

* order registries and abstract registry urls

* use helper functionm
This commit is contained in:
Matt Hill
2022-11-17 12:23:27 -07:00
committed by Aiden McClelland
parent 4f9fe7245b
commit eec8c41e20
26 changed files with 223 additions and 149 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@@ -8,6 +8,11 @@ export type WorkspaceConfig = {
url: string
version: string
}
marketplace: {
start9: 'https://registry.start9.com/'
community: 'https://community-registry.start9.com/'
beta: 'https://beta-registry.start9.com/'
}
mocks: {
maskAs: 'tor' | 'lan'
skipStartupAlerts: boolean