mirror of
https://github.com/Raghu-Ch/ReactWeather.git
synced 2026-02-10 11:03:02 -05:00
add styles to weather page
This commit is contained in:
@@ -21,7 +21,7 @@ var React = require('react');
|
||||
// (or)
|
||||
var WeatherMessage = ({temp, location}) => {
|
||||
return (
|
||||
<h3>It's it {temp} in {location}.</h3>
|
||||
<h3 className="text-center">It's it {temp} in {location}.</h3>
|
||||
)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user