Skip to content

Commit 6d5a407

Browse files
Cherry XuCherry Xu
authored andcommitted
updated contact info and giftcard
1 parent 0dee362 commit 6d5a407

File tree

6 files changed

+35
-24
lines changed

6 files changed

+35
-24
lines changed

package-lock.json

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

public/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Redirects from what the browser requests to what we serve
2+
/* /index.html 200

public/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,5 @@
3838
</head>
3939
<body>
4040
<div id="root"></div>
41-
<!--
42-
This HTML file is a template.
43-
If you open it directly in the browser, you will see an empty page.
44-
45-
You can add webfonts, meta tags, or analytics to this file.
46-
The build step will place the bundled scripts into the <body> tag.
47-
48-
To begin the development, run `npm start` or `yarn start`.
49-
To create a production bundle, use `npm run build` or `yarn build`.
50-
-->
5141
</body>
5242
</html>

src/client/components/Contact/ContactInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ContactInfo = () => (
99
<a href="tel:604-428-0896">(604) 428-0896</a>
1010
<a href='mailto:zenwellness@outlook.com'>zenwellness@outlook.com</a>
1111
<h1>Hours</h1>
12-
<h5>Mon – Sun, 10a – 9p</h5>
12+
<h5>Mon – Sun, 10a – 11p</h5>
1313
</div>
1414
);
1515

src/client/components/Header/MobileNav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MobileNav extends React.Component {
4040
</div>
4141
<Divider style={styles.divider} />
4242
<List>
43-
{['home', 'about', 'treatments', 'rates', 'contact', 'giftcard'].map((text, index) => {
43+
{['home', 'about', 'treatments', 'rates', 'contact'].map((text, index) => {
4444
if (index === 0) {
4545
return (
4646
<NavLink key={text} to={`/`}>

src/client/styles/PriceList.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
font-family: 'Lato', sans-serif;
4040
font-size: 15px;
4141
line-height: 20px;
42-
font-weight: 300;
42+
font-weight: 500;
4343
}
4444

4545
.item {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy