mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Merge pull request #2452 from XRPLF/logo-alt
fix: add alt text to previously undefined variable
This commit is contained in:
@@ -351,7 +351,7 @@ export function LogoBlock(props) {
|
||||
const { to, img, altText } = props;
|
||||
return (
|
||||
<a className="navbar-brand" href="/">
|
||||
<img className="logo" alt={altText} height="40" src="data:," />
|
||||
<img className="logo" alt={"XRP LEDGER"} height="40" src="data:," />
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user