webdevcody / code-racer

https://code-racer-eight.vercel.app
MIT License
694 stars 514 forks source link

[BUG]: Biography on Profile page is marked as Mandatory with (*) but it isn't mandatory. #724

Closed bmonish closed 1 year ago

bmonish commented 1 year ago

Description

image

Either we should remove the * or make the field mandatory/

(optional) What browsers are you seeing the problem on?

Microsoft Edge

Code of Conduct

bmonish commented 1 year ago

If possible, I would like to work on this issue! It will help me get started with Next.Js

Cosmin29 commented 1 year ago

If possible, I would like to work on this issue! It will help me get started with Next.Js

Did you manage to solve the bug?

bmonish commented 1 year ago

Yes! I'm assuming the Biography isn't mandatory. So, I'm removing the * symbol.

bmonish commented 1 year ago

@Cosmin29 Can you take a look at the PR?

Cosmin29 commented 1 year ago

@bmonish I think it's okay. Biography only had that (*). I thought it was a "required" attribute in the code. I'm looking for future bugs or new features because I'm learning next.js too.^^