From 13de7b06859838669cff07178fed00759ef979fa Mon Sep 17 00:00:00 2001 From: danivelop <55433950+danivelop@users.noreply.github.com> Date: Sun, 3 Dec 2023 02:29:09 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20cd=20=EB=8F=99=EC=9E=91=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EA=B0=84?= =?UTF-8?q?=EB=8B=A8=ED=95=9C=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/web/src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/src/app/page.tsx b/services/web/src/app/page.tsx index 203b04f8..8d3e0ee8 100644 --- a/services/web/src/app/page.tsx +++ b/services/web/src/app/page.tsx @@ -1,3 +1,3 @@ export default function Home() { - return
Linker
; + return
Linker🚀
; }