Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: shorten boot button label to prevent text wrapping

"boot to: laer-klokken" was wrapping on narrow screens.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
system/public/aesthetic.computer/disks/os.mjs
··· 325 325 326 326 function updateBootBtn(ui) { 327 327 const piece = BOOT_PIECES[bootPieceIdx]; 328 - bootBtn = new ui.TextButton("boot to: " + piece, { x: 6, y: 0 }); 328 + bootBtn = new ui.TextButton("boot: " + piece, { x: 6, y: 0 }); 329 329 } 330 330 331 331 function updateWifiBtn(ui) {