Browse Source

tweak recent game language

Kirk Trombley 3 năm trước cách đây
mục cha
commit
79b0ec4afa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/src/components/screens/HomePage/RecentGames.jsx

+ 1 - 1
client/src/components/screens/HomePage/RecentGames.jsx

@@ -12,7 +12,7 @@ const RecentGames = () => {
 
   return (
     <div className={styles.recentSection}>
-      <div className={styles.recentTitle}>Recent Games:</div>
+      <div className={styles.recentTitle}>Recently Created Games:</div>
       {recent.map(({ gameId, gameMode, rounds, timer, player, numPlayers }) => (
         <button
           key={gameId}