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

`stop-color`. Did you mean `stopColor`?

parent 9f6a1b26
No related branches found
No related tags found
No related merge requests found
Pipeline #425903 passed with warnings
......@@ -121,8 +121,8 @@ export function Hwave({text, id}:{text: string, id?: string}){
<svg id={idtext} className="bigtitle" viewBox="0 0 150 20">
<defs>
<linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="5%" stop-color="#850F78"/>
<stop offset="95%" stop-color="#A0A7F3"/>
<stop offset="5%" stopColor="#850F78"/>
<stop offset="95%" stopColor="#A0A7F3"/>
</linearGradient>
<pattern id="wave" x="0" y="0" width="120" height="20" patternUnits="userSpaceOnUse">
<path id="wavePath" d="M-40 9 Q-30 7 -20 9 T0 9 T20 9 T40 9 T60 9 T80 9 T100 9 T120 9 V20 H-40z" mask="url(#mask)" fill="url(#gradient)">
......
......@@ -17,7 +17,7 @@ export * from "./safety.tsx";
// Human Practices
export * from "./human-practices.tsx";
export * from "../sidebars/hpS.tsx"
export * from "./Bfh.tsx";
export * from "./wiki.tsx";
export * from "./impressum.tsx";
......
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