mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
styling etc
This commit is contained in:
committed by
Aiden McClelland
parent
ec89a0ac6c
commit
8cb4351668
@@ -469,7 +469,7 @@ export class MockApiService extends ApiService {
|
||||
async getMarketplaceData (params: RR.GetMarketplaceDataReq): Promise<RR.GetMarketplaceDataRes> {
|
||||
await pauseFor(2000)
|
||||
return {
|
||||
categories: ['featured', 'bitcoin', 'lightning', 'data', 'messaging'],
|
||||
categories: ['featured', 'bitcoin', 'lightning', 'data', 'messaging', 'social', 'alt coin'],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ export module Mock {
|
||||
},
|
||||
{
|
||||
id: 'lnd',
|
||||
title: 'Lightning Network Daemon',
|
||||
title: 'LND',
|
||||
version: '0.11.1',
|
||||
descriptionShort: 'A BOLT-compliant, lightning network node.',
|
||||
icon: 'assets/img/service-icons/lnd.png',
|
||||
@@ -157,7 +157,7 @@ export module Mock {
|
||||
|
||||
export const MockManifestLnd: Manifest = {
|
||||
id: 'lnd',
|
||||
title: 'Lightning Network Daemon',
|
||||
title: 'LND',
|
||||
version: '0.11.1',
|
||||
description: {
|
||||
short: 'A bolt spec compliant client.',
|
||||
|
||||
Reference in New Issue
Block a user