-
Sign in to Salinaka
+
Sign in to Lunetas-cam
{
const dispatch = useDispatch();
useScrollTop();
- useDocumentTitle('Sign Up | Salinaka');
+ useDocumentTitle('Sign Up | Lunetas-cam');
useEffect(() => () => {
dispatch(setAuthStatus(null));
@@ -68,7 +68,7 @@ const SignUp = ({ history }) => {
)}
-
Sign up to Salinaka
+
Sign up to Lunetas-cam
{
2
- Shipping Details
+ Delivery Details
diff --git a/src/views/checkout/step1/index.jsx b/src/views/checkout/step1/index.jsx
index 94e3a973..7cb8053e 100644
--- a/src/views/checkout/step1/index.jsx
+++ b/src/views/checkout/step1/index.jsx
@@ -11,7 +11,7 @@ import { StepTracker } from '../components';
import withCheckout from '../hoc/withCheckout';
const OrderSummary = ({ basket, subtotal }) => {
- useDocumentTitle('Check Out Step 1 | Salinaka');
+ useDocumentTitle('Check Out Step 1 | Lunetas-cam');
useScrollTop();
const dispatch = useDispatch();
const history = useHistory();
diff --git a/src/views/checkout/step2/ShippingForm.jsx b/src/views/checkout/step2/ShippingForm.jsx
index c09e8771..bd9451a3 100644
--- a/src/views/checkout/step2/ShippingForm.jsx
+++ b/src/views/checkout/step2/ShippingForm.jsx
@@ -34,8 +34,8 @@ const ShippingForm = () => {
@@ -55,7 +55,7 @@ const ShippingForm = () => {
className="label-input"
htmlFor={field.name}
>
- Shipping Option
+ Delivery Option
)}
@@ -70,10 +70,10 @@ const ShippingForm = () => {
/>
diff --git a/src/views/checkout/step2/ShippingTotal.jsx b/src/views/checkout/step2/ShippingTotal.jsx
index b7a1186c..3cfbfe1f 100644
--- a/src/views/checkout/step2/ShippingTotal.jsx
+++ b/src/views/checkout/step2/ShippingTotal.jsx
@@ -13,12 +13,12 @@ const ShippingTotal = ({ subtotal }) => {
- International Shipping:
+ Delivery Charges:
|
- {values.isInternational ? '$50.00' : '$0.00'}
+ {values.isInternational ? '2500FCFA' : '0FCFA'}
|
@@ -42,7 +42,7 @@ const ShippingTotal = ({ subtotal }) => {
- {displayMoney(Number(subtotal) + (values.isInternational ? 50 : 0))}
+ {displayMoney(Number(subtotal) + (values.isInternational ? 2500 : 0))}
|
diff --git a/src/views/checkout/step2/index.jsx b/src/views/checkout/step2/index.jsx
index 85b66c39..4977b923 100644
--- a/src/views/checkout/step2/index.jsx
+++ b/src/views/checkout/step2/index.jsx
@@ -39,7 +39,7 @@ const FormSchema = Yup.object().shape({
});
const ShippingDetails = ({ profile, shipping, subtotal }) => {
- useDocumentTitle('Check Out Step 2 | Salinaka');
+ useDocumentTitle('Check Out Step 2 | Lunetas-cam');
useScrollTop();
const dispatch = useDispatch();
const history = useHistory();
@@ -70,7 +70,7 @@ const ShippingDetails = ({ profile, shipping, subtotal }) => {
-
Shipping Details
+
Delivery Details
{
Total:
- {displayMoney(subtotal + (isInternational ? 50 : 0))}
+ {displayMoney(subtotal + (isInternational ? 2500 : 0))}
diff --git a/src/views/checkout/step3/index.jsx b/src/views/checkout/step3/index.jsx
index 101ba42d..6c6591c6 100644
--- a/src/views/checkout/step3/index.jsx
+++ b/src/views/checkout/step3/index.jsx
@@ -30,7 +30,7 @@ const FormSchema = Yup.object().shape({
});
const Payment = ({ shipping, payment, subtotal }) => {
- useDocumentTitle('Check Out Final Step | Salinaka');
+ useDocumentTitle('Check Out Final Step | Lunetas-cam');
useScrollTop();
const initFormikValues = {
diff --git a/src/views/featured/index.jsx b/src/views/featured/index.jsx
index 013a4029..3dd4486e 100644
--- a/src/views/featured/index.jsx
+++ b/src/views/featured/index.jsx
@@ -5,7 +5,7 @@ import bannerImg from 'images/banner-guy.png';
import React from 'react';
const FeaturedProducts = () => {
- useDocumentTitle('Featured Products | Salinaka');
+ useDocumentTitle('Featured Products | Lunetas-cam');
useScrollTop();
const {
diff --git a/src/views/home/index.jsx b/src/views/home/index.jsx
index 953cddc3..4a7930a8 100644
--- a/src/views/home/index.jsx
+++ b/src/views/home/index.jsx
@@ -11,7 +11,7 @@ import { Link } from 'react-router-dom';
const Home = () => {
- useDocumentTitle('Salinaka | Home');
+ useDocumentTitle('Lunetas-cam | Home');
useScrollTop();
const {
diff --git a/src/views/recommended/index.jsx b/src/views/recommended/index.jsx
index 67e863cf..04e5f210 100644
--- a/src/views/recommended/index.jsx
+++ b/src/views/recommended/index.jsx
@@ -5,7 +5,7 @@ import bannerImg from 'images/banner-girl-1.png';
import React from 'react';
const RecommendedProducts = () => {
- useDocumentTitle('Recommended Products | Salinaka');
+ useDocumentTitle('Recommended Products | Lunetas-cam');
useScrollTop();
const {
diff --git a/src/views/shop/index.jsx b/src/views/shop/index.jsx
index df8ea79c..5425f881 100644
--- a/src/views/shop/index.jsx
+++ b/src/views/shop/index.jsx
@@ -6,7 +6,7 @@ import { shallowEqual, useSelector } from 'react-redux';
import { selectFilter } from 'selectors/selector';
const Shop = () => {
- useDocumentTitle('Shop | Salinaka');
+ useDocumentTitle('Shop | Lunetas-cam');
useScrollTop();
const store = useSelector((state) => ({
diff --git a/static/logo-full.png b/static/logo-full.png
index a3b23e91..29ce9f8c 100644
Binary files a/static/logo-full.png and b/static/logo-full.png differ
diff --git a/static/logo-wordmark.png b/static/logo-wordmark.png
index e66f4e3e..3d458bdd 100644
Binary files a/static/logo-wordmark.png and b/static/logo-wordmark.png differ