Kirk Trombley 3 лет назад
Родитель
Сommit
79b0ec4afa
1 измененных файлов с 1 добавлено и 1 удалено
  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}