Skip to content

Commit 669bbf6

Browse files
committed
change stats
1 parent a76efdb commit 669bbf6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/app/components/ThroughTheYears/ThroughTheYears.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,58 +108,58 @@ export default function ThroughTheYears() {
108108
</SmallTitle>
109109
<div style={{ height: "20px" }} />
110110
<StatisticsItem>
111-
<span>Editions</span>
111+
<span>Hackers</span>
112112
<PieceImage
113113
mr={10}
114114
src="/ThroughTheYears/tetris-basic1.svg"
115115
w={20}
116116
/>
117117
<span style={{ fontFamily: "Courier New, Courier, monospace" }}>
118-
0010
118+
5344
119119
</span>
120120
</StatisticsItem>
121121
<StatisticsItem>
122-
<span>Hackers</span>
122+
<span>Volunteers</span>
123123
<PieceImage
124124
mr={10}
125125
src="/ThroughTheYears/tetris-basic5.svg"
126126
w={30}
127127
/>
128128
<span style={{ fontFamily: "Courier New, Courier, monospace" }}>
129-
5344
129+
0416
130130
</span>
131131
</StatisticsItem>
132132
<StatisticsItem>
133-
<span>Projects</span>
133+
<span>Sponsors</span>
134134
<PieceImage
135135
mr={10}
136136
src="/ThroughTheYears/tetris-basic2.svg"
137137
w={30}
138138
/>
139139
<span style={{ fontFamily: "Courier New, Courier, monospace" }}>
140-
1102
140+
0111
141141
</span>
142142
</StatisticsItem>
143143
<StatisticsItem>
144-
<span>Volunteers</span>
144+
<span>Projects</span>
145145
<PieceImage
146146
mr={10}
147147
src="/ThroughTheYears/tetris-basic3.svg"
148148
w={20}
149149
/>
150150
<span style={{ fontFamily: "Courier New, Courier, monospace" }}>
151-
0416
151+
1102
152152
</span>
153153
</StatisticsItem>
154154
<StatisticsItem>
155-
<span>Prizes</span>
155+
<span>Pizzas</span>
156156
<PieceImage
157157
mr={10}
158158
src="/ThroughTheYears/tetris-basic4.svg"
159159
w={20}
160160
/>
161161
<span style={{ fontFamily: "Courier New, Courier, monospace" }}>
162-
0352
162+
2505
163163
</span>
164164
</StatisticsItem>
165165
</StatisticsContainer>

0 commit comments

Comments
 (0)