Merged in fix/remove-useless-attributes (pull request #804)
fix: removed useless itemprop and old data attributes Approved-by: Erik Tiekstra
This commit is contained in:
@@ -32,10 +32,6 @@ export default async function FooterDetails() {
|
|||||||
<Link href={`/${lang}`}>
|
<Link href={`/${lang}`}>
|
||||||
<Image
|
<Image
|
||||||
alt="Scandic Hotels logo"
|
alt="Scandic Hotels logo"
|
||||||
className={styles.logo}
|
|
||||||
data-js="scandiclogoimg"
|
|
||||||
data-nosvgsrc="/_static/img/scandic-logotype.png"
|
|
||||||
itemProp="logo"
|
|
||||||
height={22}
|
height={22}
|
||||||
src="/_static/img/scandic-logotype-white.svg"
|
src="/_static/img/scandic-logotype-white.svg"
|
||||||
width={103}
|
width={103}
|
||||||
@@ -46,7 +42,6 @@ export default async function FooterDetails() {
|
|||||||
(link) =>
|
(link) =>
|
||||||
link.href && (
|
link.href && (
|
||||||
<a
|
<a
|
||||||
className={styles.socialLink}
|
|
||||||
color="white"
|
color="white"
|
||||||
href={link.href.href}
|
href={link.href.href}
|
||||||
key={link.href.title}
|
key={link.href.title}
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ export default async function MainMenu() {
|
|||||||
<Image
|
<Image
|
||||||
alt={intl.formatMessage({ id: "Back to scandichotels.com" })}
|
alt={intl.formatMessage({ id: "Back to scandichotels.com" })}
|
||||||
className={styles.logo}
|
className={styles.logo}
|
||||||
data-js="scandiclogoimg"
|
|
||||||
data-nosvgsrc="/_static/img/scandic-logotype.png"
|
|
||||||
itemProp="logo"
|
|
||||||
height={22}
|
height={22}
|
||||||
src="/_static/img/scandic-logotype.svg"
|
src="/_static/img/scandic-logotype.svg"
|
||||||
width={103}
|
width={103}
|
||||||
|
|||||||
Reference in New Issue
Block a user