Skip to content

Commit

Permalink
fix logo link title attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
trkaplan committed May 15, 2022
1 parent b986cd8 commit ec78609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Home: NextPage = () => {
<>
<div className="page-header">
<div className="header-content">
<a href="https://citydao.io/" target="_blank" rel="noreferrer" alt="CityDAO">
<a href="https://citydao.io/" target="_blank" rel="noreferrer" title="CityDAO">
<img className="logo" src="/citydao-logo.png" alt="CityDAO" />
</a>
{address && !parcelNFTDetails ? (
Expand Down

0 comments on commit ec78609

Please sign in to comment.