freeCodeCamp / news

freeCodeCamp's JAMstack Developer News publication. Built with 11ty, Ghost, and help from kind contributors like you.
https://freecodecamp.org/news
BSD 3-Clause "New" or "Revised" License
57 stars 40 forks source link

fix(ui): update banner text when auth and donor #957

Closed a2937 closed 2 months ago

a2937 commented 2 months ago

Checklist:

Closes #689

It seemed like if a user was authenticated, they would see the authentication banner regardless if they were a donor. This should fix it.

a2937 commented 2 months ago

Yeah I'd like to expand the tests too. The biggest barrier to my expanding of the tests right this moment is a lack of intellisense in Visual Studio Code. It makes me feel better about the code I'm writing.

a2937 commented 2 months ago

It was a lot harder to write it without Typescript but it seems to have worked.