diff react_games/src/Games.tsx @ 83:49b611c808e7

Linked React games to mrjunejune pages.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 12:56:14 -0800
parents fb9bcd3145cb
children
line wrap: on
line diff
--- a/react_games/src/Games.tsx	Thu Jan 01 12:45:22 2026 -0800
+++ b/react_games/src/Games.tsx	Thu Jan 01 12:56:14 2026 -0800
@@ -104,7 +104,7 @@
   return (
     <main style={wrapperStyle}>
       <section>
-        <h1 style={{ textAlign: "center" }}>MAI React Playground</h1>
+        <h1 style={{ textAlign: "center" }}>React Game Ground</h1>
 
         {selected?.LazyComponent ? (
           <Suspense fallback={<div>loading...</div>}>