mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
use a tag instead of link as link was bugging
This commit is contained in:
@@ -350,9 +350,9 @@ export function NavItem(props) {
|
||||
export function LogoBlock(props) {
|
||||
const { to, img, altText } = props;
|
||||
return (
|
||||
<Link className="navbar-brand" to={to}>
|
||||
<a className="navbar-brand" href="/">
|
||||
<img className="logo" alt={altText} height="40" src="data:," />
|
||||
</Link>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user