From 6f626bdd3eed793fd217085bacd8bf989e456933 Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:44:57 +0100 Subject: [PATCH] Fixed descriptions --- content/micropython/videoInfo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/micropython/videoInfo.md b/content/micropython/videoInfo.md index 280c5e92b2..126f1e23fb 100644 --- a/content/micropython/videoInfo.md +++ b/content/micropython/videoInfo.md @@ -5,25 +5,25 @@ info: { icon: IconBoard, title: Board Installation, - description: Create smart dashboards to control connected devices using few coding, + description: Install MicroPython on your board, link: /micropython/first-steps/install-guide, }, { icon: IconBrackets, title: Code Editors, - description: Create smart dashboards to control connected devices using few coding, + description: Learn more about the Arduino Lab for MicroPython and how to use the code editor for your MicroPython projects, link: /micropython/environment/code-editor, }, { icon: IconBooks, title: MicroPython Basics, - description: An introduction to MicroPython, + description: A brief introduction to MicroPython, link: /micropython/first-steps/intro-micropython, }, { icon: IconSmartDashBoard, title: Examples by Board, - description: Create smart dashboards to control connected devices using few coding, + description: Take full advantage of board-specific features, link: /micropython/board-examples/giga-r1-wifi, }, ]