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
+3 -2
View File
@@ -3,6 +3,7 @@ import logo from '../../assets/images/wrenchboard-logo-text.png';
import StickyMenu from '../../lib/StickyMenu';
import Navigation from '../Navigation';
import getConfig from './../../Config/config'
import { Link } from 'react-router-dom';
function HomeOneHeader({ action, showLogoOnly = false }) {
var site = getConfig()[0];
@@ -16,9 +17,9 @@ function HomeOneHeader({ action, showLogoOnly = false }) {
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<a href="/">
<Link to="/">
<img src={logo} alt="WrenchBoard" loading='eager' width="175px" height="38px" />
</a>
</Link>
</div>
</div>