Config update

This commit is contained in:
dev-chiefworks
2022-01-16 15:50:25 -05:00
parent ee0a43ff04
commit 366dd65259
2 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -5,15 +5,15 @@ function getConfig() {
{
"dash_url": 'https://dashboard.wrenchboard.com',
"dash_url_login": "https://www.wrenchboard.com/login",
"dash_url_signup": "https://www.wrenchboard.com/signup",
"dash_url_login": "https://dashboard.wrenchboard.com/login",
"dash_url_signup": "https://dashboard.wrenchboard.com/signup",
"android_app": 'https://play.google.com/store/apps/details?id=com.wrenchboard.users',
"apple_app": 'https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8',
"facebook_link": 'https://www.facebook.com/wrenchboard',
"twitter_link": 'https://twitter.com/wrenchboard/',
"support_email": 'support@wrenchboard.com',
"support_phone": '404 855-7966',
"support_us_address":'Atlanta,GA 30339',
"support_us_address": 'Atlanta,GA 30339',
"dummy": "2018-06-25T18:54:22.000Z",
}
];
+4 -1
View File
@@ -1,8 +1,11 @@
import React from 'react';
import thumb from '../../assets/images/service-page.jpg';
import ServiceSideMenu from './ServiceSideMenu';
import getConfig from './../../Config/config'
function DetailsService() {
var site = getConfig()[0];
return (
<>
<section className="appie-service-details-area pt-100 pb-100">
@@ -35,7 +38,7 @@ function DetailsService() {
finance & accounting, website & app development, creative & design,
customer support and operations.
<hr />
Learn more at < a href = "https://dashboard.wrenchboard.com" >WrenchBoard</a>
Learn more at < a href ={site.dash_url_login} >WrenchBoard</a>
</p>
</div>
</div>