Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,18 @@
<sub>Shubhal Gupta</sub>
</a>
</td>
<!-- End of column-3 -->
<!-- Start of column-3 -->
<td align="center">
<a href="https://github.com/rudrikasharma15">
<img
src="https://avatars.githubusercontent.com/u/107386458?s=400&u=f15911fe08f15dc714d296ded7460311606ac91e&v=4"
width="100px"
/>
<br />
<sub>Rudrika Sharma</sub>
</a>
</td>
<!-- End of column-3 -->
</tr>
</table>
10 changes: 6 additions & 4 deletions src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ const Footer = () => {
onMouseEnter={playTypingSound}
onMouseLeave={stopTypingSound}
>
<FontAwesomeIcon
icon={faCode}
style={{ color: "#feea3a" }}
/>
<FontAwesomeIcon
icon={faCode}
style={{ color: "#feea3a" }}
title="Click me!"
/>

</span>{" "}
with{" "}
<span
Expand Down