From 447c2214f1725927a6cf1cf83fb035c1cfb00687 Mon Sep 17 00:00:00 2001 From: Wesley Date: Thu, 11 Nov 2021 19:28:54 -0600 Subject: [PATCH] ready for v1 release --- README.md | 4 ++-- src/components/Instructions/Instructions.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5cc627..3770830 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Overall I am pretty happy about this project and can confidently say this will b ## To-Do: Cool potential features: - ✔ Accomplish main functionality of querying for weather related data -- Mobile responsiveness at some point. -- Make release branch and live version of the site. +- ✔ Mobile responsiveness at some point. +- ✔ Make release branch and live version of the site. - Smooth transitions to improve the UX flow. - Background change to the time of day and weather (may need to find royalty free asset). - A history users can shift through from latest searches. diff --git a/src/components/Instructions/Instructions.js b/src/components/Instructions/Instructions.js index 02e32bf..bde2d2d 100644 --- a/src/components/Instructions/Instructions.js +++ b/src/components/Instructions/Instructions.js @@ -3,7 +3,7 @@ import React from 'react'; const Instructions = (props) => { return ( <> -

To begin, simply enter a location on the search bar above and press'enter'.

+

To begin, simply enter a location on the search bar above and press "enter".

); };