File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " myapp " ,
3- "version" : " 1.2.0 " ,
2+ "name" : " LP Timer " ,
3+ "version" : " 1.2.1 " ,
44 "private" : true ,
55 "homepage" : " https://kroljs.com/LP-Timer" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Link } from 'react-router-dom';
55function Footer ( ) {
66 return (
77 < footer >
8- < p > LP Timer PWA v1.2.0 - Copyright 2020 < a href = "https://kroljs.com" target = "_blank" rel = "noopener noreferrer" > Jacob Krol</ a > - < Link to = "/about" > Learn More</ Link > </ p >
8+ < p > LP Timer PWA v1.2.1 - Copyright 2020 < a href = "https://kroljs.com" target = "_blank" rel = "noopener noreferrer" > Jacob Krol</ a > - < Link to = "/about" > Learn More</ Link > </ p >
99 </ footer >
1010 )
1111}
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ import {
33 FaPlay ,
44 FaPause ,
55 FaStop ,
6- FaVolumeMute ,
7- FaHourglassEnd ,
8- FaHourglassHalf ,
9- FaHourglassStart
6+ FaVolumeMute
107} from 'react-icons/fa' ;
118import '../../styles/Timer.css' ;
129import Verbal30 from '../../audio/30-seconds-verbal.wav' ;
Original file line number Diff line number Diff line change 6363
6464/* ADD TIMER ANIMATION */
6565# timer-anim-box {
66+ position : absolute;
6667 margin : 10px ;
6768 height : 20px ;
6869 width : 20px ;
8788 width : 0% ;
8889 }
8990}
90- # timer-text {
91- margin-top : -40px ;
92- }
9391
9492/* DEFINE FONT FACES */
9593# timer-display-min , # timer-display-sec , # timer-display-ms {
You can’t perform that action at this time.
0 commit comments