From e428689e47abd66668ba83b258a45902773df6db Mon Sep 17 00:00:00 2001 From: Davi-web Date: Fri, 22 Aug 2025 10:52:02 -0700 Subject: [PATCH] Added period --- components/tutorial-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tutorial-modal.tsx b/components/tutorial-modal.tsx index 8a18737..fa31eb5 100644 --- a/components/tutorial-modal.tsx +++ b/components/tutorial-modal.tsx @@ -41,7 +41,7 @@ const TutorialModal = () => {

This is a pathfinding visualizer that allows you to find the path between the start and end node. Add walls or generate a random board to visualize - the path + the path.

); if (step === STEPS.DESCRIPTION) {