Skip to content

Commit ce42cb6

Browse files
authored
Update Keyed.elm
1 parent eebd494 commit ce42cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Svg/Styled/Keyed.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import VirtualDom.Styled
2525

2626
svgNamespace : Attribute msg
2727
svgNamespace =
28-
VirtualDom.Styled.property "namespace" (Json.string "http://www.w3.org/2000/svg")
28+
VirtualDom.Styled.property "namespaceURI" (Json.string "http://www.w3.org/2000/svg")
2929

3030

3131
{-| Works just like `Svg.node`, but you add a unique identifier to each child

0 commit comments

Comments
 (0)