Website Update
This commit is contained in:
@@ -256,14 +256,14 @@ export const lines: TerminalLine[] = [
|
||||
},
|
||||
|
||||
{ type: 'blank', content: '' },
|
||||
{
|
||||
type: 'card',
|
||||
id: 'music-player',
|
||||
content: '',
|
||||
mobile: false,
|
||||
children: [
|
||||
{ type: 'info', content: 'Loading playlist...' }
|
||||
]
|
||||
},
|
||||
{ type: 'blank', content: '' }
|
||||
// {
|
||||
// type: 'card',
|
||||
// id: 'music-player',
|
||||
// content: '',
|
||||
// mobile: false,
|
||||
// children: [
|
||||
// { type: 'info', content: 'Loading playlist...' }
|
||||
// ]
|
||||
// },
|
||||
// { type: 'blank', content: '' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user