Skip to content

Commit

Permalink
s/hreflang/hrefLang
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Jan 22, 2025
1 parent e1de3c4 commit 1bdea9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const AlternateHrefLangs = (props) => {
<link
key={key}
rel="alternate"
hreflang={item.language}
hrefLang={item.language}
href={item['@id']}
/>
);
Expand Down

0 comments on commit 1bdea9c

Please sign in to comment.