From e8670ea30e5d03b4456adbcc4552be6599e4c645 Mon Sep 17 00:00:00 2001 From: Tonyliu528 <98509032+Tonyliu528@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:47:03 +0800 Subject: [PATCH] test1.1 --- src/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 074fd6ad..8425781f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -3,9 +3,9 @@ import Link from "next/link"; export default function Home() { return (
- Hello World.{" "} + Hello World. I'm Tony.{" "} - About + About Tony's Career.
);