Skip to content
Snippets Groups Projects
Commit 9486c179 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Invalid DOM property `font-size`. Did you mean `fontSize`?

parent ee00caaa
No related branches found
No related tags found
No related merge requests found
Pipeline #425908 passed
......@@ -137,8 +137,8 @@ export function Hwave({text, id}:{text: string, id?: string}){
</path>
</pattern>
</defs>
<text textAnchor="middle" x="50" y="15" font-size="17" fill="url(#wave)" fill-opacity="0.6">{text}</text>
<text textAnchor="middle" x="50" y="15" font-size="17" fill="url(#gradient)" fill-opacity="0.1">{text}</text>
<text textAnchor="middle" x="50" y="15" fontSize="17" fill="url(#wave)" fill-opacity="0.6">{text}</text>
<text textAnchor="middle" x="50" y="15" fontSize="17" fill="url(#gradient)" fill-opacity="0.1">{text}</text>
</svg>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment