From 3df60772dc4417ffa90dae8fcc900f20db9cc72a Mon Sep 17 00:00:00 2001 From: Sergio Eduardo Castro Ceballos <72516762+SergioCasCeb@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:57:10 +0100 Subject: [PATCH] Modified quick use button - Changed the quick use button to a simpler, more obvious variation. --- packages/web-new/src/scripts/examples-menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-new/src/scripts/examples-menu.js b/packages/web-new/src/scripts/examples-menu.js index 1a00e0f8..873bdd9e 100644 --- a/packages/web-new/src/scripts/examples-menu.js +++ b/packages/web-new/src/scripts/examples-menu.js @@ -18,7 +18,7 @@ * for the examples menu, such as displaying all the TD and TM examples, * as well as filtering them by categories, a search function to find * specific examples and a use a template example to directly added to an editor where it can be utilized and modified. - * In the future the option to see short snippets of the most important part of the example, might also be implemented. + * In the future the option to see short snipppets of the most important part of the example, might also be implemented. */ import { createIde, ideCount, tabsLeft } from "./editor"