Skip to content

Commit 734fd10

Browse files
committed
v0.2 stable release
1 parent 8675ff2 commit 734fd10

33 files changed

+587
-6139
lines changed

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react": "^16.12.0",
2020
"react-dom": "^16.12.0",
2121
"react-ga": "^2.7.0",
22+
"react-icons": "^3.9.0",
2223
"react-router-dom": "^5.1.2",
2324
"react-scripts": "3.3.0",
2425
"react-toggle": "^4.1.1"

public/moon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/react.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/sun.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/weather-react-app (1).png

62.8 KB
Loading

public/weather-react-app-dark.png

71.8 KB
Loading

public/weather-react-app-light.png

74.8 KB
Loading

public/weather-react-app.png

-1.95 KB
Loading

src/components/footer/FooterComponent.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {ThemeContext} from '../../context/ThemeContext'
33
import moment from 'moment-timezone'
44
import {Link} from 'react-router-dom'
55
import {Event} from '../../utils/ReactAnalytics'
6+
import {FaReact} from 'react-icons/fa'
67

78
const FooterComponent = () => {
89
const {theme, colorTheme} = useContext(ThemeContext)
@@ -34,15 +35,17 @@ const FooterComponent = () => {
3435
</p>
3536
<p className='flex flex-no-wrap justify-center my-2 sm:my-0 w-full sm:w-1/2'>
3637
Made with&nbsp;
37-
<span title='Love' role='img' aria-label='Love' className='w-5 h-5'>
38+
<span title='Love' role='img' aria-label='Love' className='text-lg'>
3839
❤️
3940
</span>
4041
&nbsp;using&nbsp;
41-
<img
42-
src='./react.svg'
43-
alt='React'
42+
<span
4443
title='React'
45-
className='w-4 h-4 object-contain object-center'></img>
44+
role='img'
45+
aria-label='React'
46+
className='text-lg text-react'>
47+
<FaReact />
48+
</span>
4649
&nbsp;by&nbsp;
4750
<span title='Sai Nikhil' role='img' aria-label='Sai Nikhil'>
4851
👨‍💻

0 commit comments

Comments
 (0)