download link style changed

This commit was merged in pull request #89.
This commit is contained in:
victorAnumudu
2024-05-30 14:08:50 +01:00
parent 8e7706da4b
commit 70ad407b79
5 changed files with 53 additions and 52 deletions
+8 -8
View File
@@ -22,13 +22,13 @@ function FooterHomeOne({ className }) {
<p>
{`It is simple. You can set goals, task, or anything that needs to be done and reward accomplishment. WrenchBoard is the platform to connect opportunities. `}
</p>
<a href="/service">
<Link to="/service">
Read More <i className="fal fa-arrow-right" />
</a>
</Link>
<div className="social mt-30">
<ul>
<li>
<a href={site.facebook_link}>
<a to={site.facebook_link}>
<i className="fab fa-facebook-f" />
</a>
</li>
@@ -53,7 +53,7 @@ function FooterHomeOne({ className }) {
<Link to="/service">Our Services</Link>
</li>
<li>
<a href="/use-cases">Use Cases</a>
<Link to="/use-cases">Use Cases</Link>
</li>
<li>
<a target='_blank' href={process.env.REACT_APP_AGENT_LINK}>Agent</a>
@@ -73,16 +73,16 @@ function FooterHomeOne({ className }) {
<Link to="/contact">Contact</Link>
</li>
<li>
<a href="/faq">Faqs</a>
<Link to="/faq">Faqs</Link>
</li>
<li>
<a href="https://blog.wrenchboard.com/resources/">Resources</a>
</li>
<li>
<a href="/privacy">Privacy Policy</a>
<Link to="/privacy">Privacy Policy</Link>
</li>
<li>
<a href="/terms">Terms of use</a>
<Link to="/terms">Terms of use</Link>
</li>
</ul>
</div>
@@ -121,7 +121,7 @@ function FooterHomeOne({ className }) {
</a>
</li>
<li>
<a className="item-2" href={process.env.REACT_APP_ANDROID_APP} target="_blank">
<a href={process.env.REACT_APP_ANDROID_APP} target="_blank">
<i className="fab fa-google-play" /> Download for
Android
</a>