From c53fa636c15544c6b222220e25e7f0e5db8ceb0c Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 17 Mar 2025 10:40:18 +0100 Subject: [PATCH] Showcase the new Claude blog post --- src/lib/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/messages.js b/src/lib/messages.js index 0e51ad2..3faa854 100644 --- a/src/lib/messages.js +++ b/src/lib/messages.js @@ -12,9 +12,9 @@ export const introMessage = [ "| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |", "| file system, and a Linux syscall emulator |", "| |", - "| [News] Our Hackathon is coming! check out the site for updates! |", + "| [News] Integrating Claude Computer Use in WebVM! |", "| |", - "| " + underline + "https://cheerpx.io/hackathon" + normal + " |", + "| " + underline + "https://labs.leaningtech.com/blog/webvm-claude" + normal + " |", "| |", "| AMA alert! Join us Monday, March 24th at 15:30 GMT on Discord for a |", "| live discussion! Don't miss out! |",