Skip to content

Commit

Permalink
refactor: remove mention of timer
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Sep 12, 2023
1 parent 5163a93 commit a994a0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/client/src/components/game/face-off.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const FaceOff = ({

return (
<div className="mx-auto max-w-2xl">
{/* <Timer totalSeconds={30} /> */}
{currQuestionGenerations && (
<>
<div className="relative mb-14">
Expand Down
1 change: 0 additions & 1 deletion apps/client/src/components/game/prompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ const Prompt = ({

return (
<motion.div layout="position" className="max-w-2xl">
{/* <Timer totalSeconds={90} /> */}
<div className="relative mb-14">
<AnimatePresence>
<motion.h2
Expand Down

0 comments on commit a994a0f

Please sign in to comment.