Explorar o código

tweak recent game language

Kirk Trombley %!s(int64=3) %!d(string=hai) anos
pai
achega
79b0ec4afa
Modificáronse 1 ficheiros con 1 adicións e 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}