Explorar el Código

tweak recent game language

Kirk Trombley hace 3 años
padre
commit
79b0ec4afa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}