From b32fccfcba5f9a8c6fe915fd7c2b906032a932d5 Mon Sep 17 00:00:00 2001 From: Robert Blackhart Date: Fri, 25 Oct 2024 17:48:13 -0400 Subject: [PATCH] Fixes vshymanskyy/ViperIDE#40 by making the default tab's purpose more clear --- src/app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app.js b/src/app.js index 01ceac6..7feb211 100644 --- a/src/app.js +++ b/src/app.js @@ -1056,15 +1056,15 @@ export function applyTranslation() { toastr.options.preventDuplicates = true; - const fn = 'test.py' + const fn = 'README.md' const content = ` # ViperIDE - MicroPython Web IDE -# Read more: https://github.com/vshymanskyy/ViperIDE +Read more: https://github.com/vshymanskyy/ViperIDE -# Connect your device and start creating! 🤖👨‍đŸ’ģđŸ•šī¸ +Connect your device and start creating! 🤖👨‍đŸ’ģđŸ•šī¸ -# You can also open a virtual device and explore some examples: -# https://viper-ide.org?vm=1 +You can also open a virtual device and explore some examples: +https://viper-ide.org?vm=1 ` await _loadContent(fn, content, createTab(fn))