diff --git a/src/components/Headings.tsx b/src/components/Headings.tsx index 9ed1cd7a5bd8c812dfd63ef1c5f79006ed8fa2bf..1932e7d73d246aece1cb481275dace3d73661902 100644 --- a/src/components/Headings.tsx +++ b/src/components/Headings.tsx @@ -137,8 +137,8 @@ export function Hwave({text, id}:{text: string, id?: string}){ </path> </pattern> </defs> - <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> + <text textAnchor="middle" x="50" y="15" fontSize="17" fill="url(#wave)" fillOpacity="0.6">{text}</text> + <text textAnchor="middle" x="50" y="15" fontSize="17" fill="url(#gradient)" fillOpacity="0.1">{text}</text> </svg> ) }