diff options
Diffstat (limited to 'src/routes/shared.ts')
| -rw-r--r-- | src/routes/shared.ts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/routes/shared.ts b/src/routes/shared.ts index 2fc9aac..e95ded3 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -391,6 +391,35 @@ export const ttyLines: TTYText[] = (() => { colour: '#7a7a7a', }, ], + ['blog: ', { colour: '#cdcdcd' }], + ); + wait(100); + replaceLast((v) => [ + ...v, + [ + '/~mem/blog/', + { + colour: '#99aaff', + underlined: true, + weight: 700, + url: 'currenttab:/blog/', + }, + ], + [ + ' (WIP)', + { + colour: '#999999', + }, + ], + ]); + wait(100); + text( + [ + ' - ', + { + colour: '#7a7a7a', + }, + ], ['In random hackerspaces', { colour: '#aaaaaa' }], ); wait(600); |