From bb71e1a5bc426c7b196ca3464f9f49d914292ada Mon Sep 17 00:00:00 2001 From: Dmitriy Bratchikov Date: Mon, 27 May 2024 14:21:36 +0700 Subject: [PATCH] Modify HomePage.tsx --- src/pages/HomePage/ui/HomePage.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage/ui/HomePage.tsx b/src/pages/HomePage/ui/HomePage.tsx index 9bb08bc..3a83edc 100644 --- a/src/pages/HomePage/ui/HomePage.tsx +++ b/src/pages/HomePage/ui/HomePage.tsx @@ -1,5 +1,4 @@ import Link from "next/link" - import cls from "./HomePage.module.scss" const HomePage = () => { @@ -16,8 +15,8 @@ const HomePage = () => {

-				You can edit {"src/pages/HomePage"} to
-				start!
+				You can edit src/pages/HomePage to
+				start {"<3"}!
 			
)