Skip to content

Commit aa18b61

Browse files
committed
fix: Update logo image source in menu component
1 parent 1988d58 commit aa18b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async function _getAttributeValues(element) {
173173
} else if (key === "value" && !attribute.value) {
174174
Object.assign(attributeValues, { value: await element.getValue() });
175175
} else {
176-
Object.assign(attributeValues, { [key]: attribute.value });
176+
Object.assign(attributeValues, { [key]: element.getAttribute(attribute.name) });
177177
}
178178
}
179179
}

0 commit comments

Comments
 (0)