Skip to content

Commit

Permalink
fix: 画像サイズの修正\n\n画像ファイルが変更されていたのでそれに合わせてimgタグの中身を修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyopon-1067 committed Apr 16, 2024
1 parent ebc9fb7 commit 65c5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing-app/src/components/templates/GameTyping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const GameTyping: React.FC<GameTypingProps> = ({ nextPage, subjectText, setResul
<div className={`${styles.progress} ${styles.progress_speed}`}>
<ProgressBar maxWidth={330} height={20} maxValue={1000} value={averageTypeSpeed} />
</div>
<Image className={styles.gauge_time} id="gauge_time" src={gaugeTimeImg} alt={""} width={281} height={22} />
<Image className={styles.gauge_time} id="gauge_time" src={gaugeTimeImg} alt={""} width={281} height={24} />
<Image
className={styles.gauge_position}
id="gauge_position"
Expand Down

0 comments on commit 65c5061

Please sign in to comment.