From bd1bedf69e609480eb057ec9ba1775da8717e059 Mon Sep 17 00:00:00 2001 From: tristantr Date: Tue, 9 Dec 2025 12:38:00 +0100 Subject: [PATCH] nit --- frontend/src/lib/components/home/TutorialBanner.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/home/TutorialBanner.svelte b/frontend/src/lib/components/home/TutorialBanner.svelte index 2e5918b854..caff0d860f 100644 --- a/frontend/src/lib/components/home/TutorialBanner.svelte +++ b/frontend/src/lib/components/home/TutorialBanner.svelte @@ -127,14 +127,14 @@
{#if hasCompletedAny} - New tutorial available + New tutorial available! {:else} Learn with interactive tutorials {/if}
{#if hasCompletedAny} - Continue your learning journey and master new Windmill skills! + Continue your learning journey and master new Windmill skills. {:else} Get started quickly with step-by-step guides on building flows, scripts, and more. {/if}