This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ const CopyDark = props => (
1414 </ Defs >
1515 < G fill = "none" fillRule = "evenodd" >
1616 < G transform = "translate(2.646 2.226)" >
17- < Use fill = "#9B9B9B" xlinkHref = "#a" />
17+ < Use fill = "#9B9B9B" href = "#a" />
1818 < Path
1919 stroke = "#000"
2020 strokeWidth = { 2 }
2121 d = "M-.87-.772h12.302v16.248H-.87z"
2222 />
2323 </ G >
2424 < G transform = "translate(2.646 2.226)" >
25- < Use fill = "#9B9B9B" xlinkHref = "#b" />
25+ < Use fill = "#9B9B9B" href = "#b" />
2626 < Path
2727 stroke = "#000"
2828 strokeWidth = { 2 }
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ const CopyPurple = props => (
1414 </ Defs >
1515 < G fill = "none" fillRule = "evenodd" >
1616 < G transform = "translate(2 2)" >
17- < Use fill = "#57038D" xlinkHref = "#a" />
17+ < Use fill = "#57038D" href = "#a" />
1818 < Path
1919 stroke = "#A540CD"
2020 strokeWidth = { 2 }
2121 d = "M-.87-.772h12.302v16.248H-.87z"
2222 />
2323 </ G >
2424 < G transform = "translate(2 2)" >
25- < Use fill = "#57038D" xlinkHref = "#b" />
25+ < Use fill = "#57038D" href = "#b" />
2626 < Path
2727 stroke = "#A540CD"
2828 strokeWidth = { 2 }
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const TexturedBgMobile = props => (
3535 </ Defs >
3636 < G fill = "none" fillRule = "evenodd" >
3737 < G transform = "translate(-532)" >
38- < Use fill = "#D8D8D8" href = "#a" xlinkHref = "#a" />
38+ < Use fill = "#D8D8D8" href = "#a" />
3939 < G mask = "url(#b)" fill = "url(#c)" >
4040 < Path d = "M-675.395-335.927H84.662v1685.56z" />
4141 < Path d = "M-515.602-335.927h760.056v1685.56z" />
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const TexturedBg = props => (
3535 </ Defs >
3636 < G fill = "none" fillRule = "evenodd" >
3737 < G >
38- < Use fill = "#D8D8D8" href = "#a" xlinkHref = "#a" />
38+ < Use fill = "#D8D8D8" href = "#a" />
3939 < G mask = "url(#b)" fill = "url(#c)" >
4040 < Path d = "M-675.395-335.927H84.662v1685.56z" />
4141 < Path d = "M-515.602-335.927h760.056v1685.56z" />
You can’t perform that action at this time.
0 commit comments