Skip to content

Commit 4bbe746

Browse files
authored
Merge pull request #193 from yfosp/fix-UI-bug
Fix UI bug in Contributors page
2 parents 084ea06 + a2813e4 commit 4bbe746

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

community-website/pages/contributors.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -283,27 +283,27 @@ const Contributors: NextPage = () => {
283283
</sub>
284284
</a>
285285
</td>
286+
</tr>
286287
<tr>
287288
<td align="center" className={styles.tableData}>
288289
<a
289-
href="https://github.com/shubsolos19"
290-
target="_blank"
291-
rel="noopener noreferrer"
292-
>
293-
<img
294-
src="https://avatars.githubusercontent.com/shubsolos19"
295-
width="85"
296-
height="85"
297-
alt="shubsolos19"
298-
className={styles.profileImage}
299-
/>
300-
<br />
301-
<sub>
302-
<b>shubsolos19</b>
303-
</sub>
304-
</a>
305-
</td>
306-
</tr>
290+
href="https://github.com/shubsolos19"
291+
target="_blank"
292+
rel="noopener noreferrer"
293+
>
294+
<img
295+
src="https://avatars.githubusercontent.com/shubsolos19"
296+
width="85"
297+
height="85"
298+
alt="shubsolos19"
299+
className={styles.profileImage}
300+
/>
301+
<br />
302+
<sub>
303+
<b>shubsolos19</b>
304+
</sub>
305+
</a>
306+
</td>
307307
</tr>
308308
</tbody>
309309
</table>

0 commit comments

Comments
 (0)