fix: attributes needs to be changed

This commit is contained in:
Derrick Hammer 2023-10-09 08:55:45 -04:00
parent 6c17ea89d9
commit 0d00283ba1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ const LumeLogoBg = ({ className }: { className?: string }) => {
width="296" width="296"
height="264" height="264"
fill="url(#paint0_linear_902_66)" fill="url(#paint0_linear_902_66)"
fill-opacity="0.3" fillOpacity="0.3"
/> />
</g> </g>
<defs> <defs>
@ -56,9 +56,9 @@ const LumeLogoBg = ({ className }: { className?: string }) => {
y2="163.457" y2="163.457"
gradientUnits="userSpaceOnUse" gradientUnits="userSpaceOnUse"
> >
<stop stop-color="#1FC3F7" /> <stop stopColor="#1FC3F7" />
<stop offset="0.534226" stop-color="#33A653" /> <stop offset="0.534226" stopColor="#33A653" />
<stop offset="0.799851" stop-color="#62C554" /> <stop offset="0.799851" stopColor="#62C554" />
</linearGradient> </linearGradient>
<image <image
id="image0_902_66" id="image0_902_66"