diff --git a/package-lock.json b/package-lock.json index 90f9117..a469d90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3504,6 +3504,11 @@ } } }, + "classnames": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", + "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + }, "clean-css": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", diff --git a/package.json b/package.json index afe5cb7..fe4bb78 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", + "classnames": "^2.2.6", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1" diff --git a/src/components/ContactInfo/ContactInfo.js b/src/components/ContactInfo/ContactInfo.js index 4a9aef9..5032ff7 100644 --- a/src/components/ContactInfo/ContactInfo.js +++ b/src/components/ContactInfo/ContactInfo.js @@ -1,14 +1,15 @@ import React from 'react'; -import './ContactInfo.css'; +import cn from './ContactInfo.module.css'; +import classNames from 'classnames/bind'; const ContactInfo = () => { return ( <> -
OFFICE HOURS
+Office Hours
Monday 8 AM - 5 PM
Tuesday 8 AM - 5 PM
Wednesday 8 AM - 5 PM
@@ -16,24 +17,27 @@ const ContactInfo = () => {LOCATION
+Location
3819 NE 45th St Suite C
Seattle, WA 98105
+ +Contact
+206-866-6466
MAP
+Map
206-866-6466
+206-866-6466