mirror of
https://github.com/sheptikhinv/timers.git
synced 2026-02-07 07:41:36 +05:00
add ids to timers
This commit is contained in:
parent
8e8e07e2f5
commit
bd5b71f3fb
2 changed files with 23 additions and 15 deletions
|
|
@ -22,10 +22,10 @@ const Timers = () => {
|
|||
<a className={`${styles.header_text} ${styles.title}`}>{formatFullTime(time)}</a>
|
||||
</header>
|
||||
<div className={styles.timers_container}>
|
||||
<Timer/>
|
||||
<Timer/>
|
||||
<Timer/>
|
||||
<Timer/>
|
||||
<Timer id={"timer_1"}/>
|
||||
<Timer id={"timer_2"}/>
|
||||
<Timer id={"timer_3"}/>
|
||||
<Timer id={"timer_4"}/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue