File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ function Svg() {
50
50
< path
51
51
stroke = "#0A0908"
52
52
strokeWidth = "6"
53
- d = "M293 191L293 304 "
53
+ d = "M293 191L293 303 "
54
54
opacity = "0.1"
55
55
> </ path >
56
56
< path
57
57
stroke = "#CF4647"
58
58
strokeWidth = "6"
59
- d = "M293 191L293 304 "
59
+ d = "M293 191L293 303 "
60
60
className = { styles . line_down_anim }
61
61
opacity = "0.1"
62
62
> </ path >
@@ -117,13 +117,13 @@ function Svg() {
117
117
< path
118
118
stroke = "#0A0908"
119
119
strokeWidth = "6"
120
- d = "M101.216 186L101 302"
120
+ d = "M101 186L101 302"
121
121
opacity = "0.1"
122
122
> </ path >
123
123
< path
124
124
stroke = "#CF4647"
125
125
strokeWidth = "6"
126
- d = "M101.216 186L101 302"
126
+ d = "M101 186L101 302"
127
127
className = { `${ styles . line_down_anim } ${ styles . second } ` }
128
128
opacity = "0.1"
129
129
> </ path >
@@ -143,13 +143,13 @@ function Svg() {
143
143
< path
144
144
stroke = "#0A0908"
145
145
strokeWidth = "6"
146
- d = "M463 156l .3 148 "
146
+ d = "M463 157l .3 147 "
147
147
opacity = "0.1"
148
148
> </ path >
149
149
< path
150
150
stroke = "#CF4647"
151
151
strokeWidth = "6"
152
- d = "M463 156l .3 148 "
152
+ d = "M463 157l .3 147 "
153
153
className = { `${ styles . line_down_anim } ${ styles . second } ` }
154
154
opacity = "0.1"
155
155
> </ path >
You can’t perform that action at this time.
0 commit comments