CougarCS / CougarCS-Dev

Dev Revamp site for CougarCS
MIT License
3 stars 1 forks source link

Fixing the discord and join buttons #14

Closed ArsalJafri closed 2 days ago

ArsalJafri commented 4 days ago

Created two new files DiscordFill.tsx and ArrowRight.tsx. DiscordFill.tsx is the discord image that is now on the discord button. ArrowRight.tsx is the right arrow image on the join CougarCS button. Got both of them from the svg files from Figma.

Updated the HeroImage.tsx file to have two functions that contain the urls for becoming a member and joining the discord. I then added the onClick function to let it trigger once each respective button is clicked.

I also updated the App.css to account for the color of the Discord image when hovered vs not hovered. This will make sure it doesn't look weird and instead looks clean when the user hovers over "Join our Discord" button.

Brodypen commented 2 days ago

Good work

Brodypen commented 2 days ago

8