dylan-dot-c
dylan-dot-c
Yh, I've seen this as well, also the skills part isn't as functional as it should be. It's only when you hover over the skills section it changes height.
This is working for me, don't see an issue
Thanks for fixing the issue I brought up, only thing is that you might want to remove the console.log() from production code and for here in App.js ` {profiles.length >=...
Hopefully they get your pr merged soon
@shyamtawli can I get assigned to this issue please. Also can you review my other issue as well.
@shyamtawli will do
@shyamtawli made the change
@shyamtawli is there something wrong? Why haven't this pr been merged yet?
The button is not working. You might need to use a ref and scroll to top like how its done in the app.js file ```jsx useEffect(() => { profilesRef.current.scrollTo({ top:...