Skip to content

Commit d0adb53

Browse files
committed
Added data-glean-label attribute for all svg elements for Light Theme
1 parent bc18a42 commit d0adb53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/Icons/SunIcon.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,34 @@ const SunIcon = () => {
2424
r='1.71143'
2525
transform='rotate(-60 3.08982 6.85502)'
2626
fill='currentColor'
27+
data-glean-label='Sun Theme'
2728
/>
2829
<circle
2930
cx='3.0903'
3031
cy='17.1436'
3132
r='1.71143'
3233
transform='rotate(-120 3.0903 17.1436)'
3334
fill='currentColor'
35+
data-glean-label='Sun Theme'
3436
/>
35-
<circle cx='12' cy='22.2881' r='1.71143' fill='currentColor' />
37+
<circle cx='12' cy='22.2881' r='1.71143' fill='currentColor' data-glean-label='Sun Theme'/>
3638
<circle
3739
cx='20.9101'
3840
cy='17.1436'
3941
r='1.71143'
4042
transform='rotate(-60 20.9101 17.1436)'
4143
fill='currentColor'
44+
data-glean-label='Sun Theme'
4245
/>
4346
<circle
4447
cx='20.9101'
4548
cy='6.8555'
4649
r='1.71143'
4750
transform='rotate(-120 20.9101 6.8555)'
4851
fill='currentColor'
52+
data-glean-label='Sun Theme'
4953
/>
50-
<circle cx='12' cy='1.71143' r='1.71143' fill='currentColor' />
54+
<circle cx='12' cy='1.71143' r='1.71143' fill='currentColor' data-glean-label='Sun Theme'/>
5155
</g>
5256
</svg>
5357
);

0 commit comments

Comments
 (0)