mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 13:41:32 +00:00
test without main xmlns
This commit is contained in:
@@ -42,7 +42,7 @@ const renderCard = (body: LanyardTypes.Root, params: Parameters): any => {
|
|||||||
console.log(Object.keys(body.data.activities).length);
|
console.log(Object.keys(body.data.activities).length);
|
||||||
|
|
||||||
return `
|
return `
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400px" height="218px">
|
<svg xmlns:xhtml="http://www.w3.org/1999/xhtml" width="400px" height="218px">
|
||||||
|
|
||||||
<foreignObject>
|
<foreignObject>
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" style="
|
<div xmlns="http://www.w3.org/1999/xhtml" style="
|
||||||
|
|||||||
Reference in New Issue
Block a user