Merge branch 'minor-social-link-modification' of WrenchBoard/WrenchBoardMainSite into master

This commit is contained in:
2023-08-16 16:06:19 +00:00
committed by Gogs
7 changed files with 12 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2
}
+1
View File
@@ -1802,6 +1802,7 @@ p {
}
}
.appie-hero-content ul li a {
cursor: pointer;
background: #0e1133;
color: #fff;
line-height: 40px;
+1 -1
View File
@@ -23,7 +23,7 @@ function FAQ() {
<HeroNews
title="Frequently asked questions"
breadcrumb={[
{ link: '/', title: 'home' },
{ link: '/', title: 'Home' },
{ link: '/faq', title: 'Faq' },
]}
/>
+1 -1
View File
@@ -112,7 +112,7 @@ function FooterHomeOne({ className }) {
<div className="apps-download-btn">
<ul>
<li>
<a href={process.env.APPLE_APP}>
<a href={process.env.REACT_APP_APPLE_APP}>
<i className="fab fa-apple" /> Download for iOS
</a>
</li>
+2 -2
View File
@@ -25,12 +25,12 @@ function HeroHomeOne() {
</p>
<ul>
<li>
<a href={process.env.APPLE_APP}>
<a href={process.env.REACT_APP_APPLE_APP} className="dark">
<i className="fab fa-apple" /> Download for iOS
</a>
</li>
<li>
<a className="item-2" href={process.env.REACT_APP_ANDROID_APP}>
<a className="item-2 light" href={process.env.REACT_APP_ANDROID_APP}>
<i className="fab fa-google-play" /> Download for
Android
</a>
-1
View File
@@ -23,7 +23,6 @@ import StickyHeaderNav from '../StickyHeader/StickyHeaderNav';
function HomeOne() {
const [drawer, drawerAction] = useToggle(false);
return (
<>
<Drawer drawer={drawer} action={drawerAction.toggle} />
+1 -1
View File
@@ -59,7 +59,7 @@ function ServiceSideMenu() {
</li>
<li>
<a href={site.apple_app}>
<a href={process.env.REACT_APP_APPLE_APP}>
<i className="fab fa-apple" /> Download for iOS
</a>
</li>