Website Update

This commit is contained in:
2025-12-18 22:40:20 +00:00
parent 3848bc8ee3
commit 0bfc7a9e7a
4 changed files with 29 additions and 30 deletions

View File

@@ -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: '' }
];