zerobase-io / smart-tracing

Privacy-First Contact Tracing to Keep Communities Safe
https://zerobase.io
Apache License 2.0
27 stars 13 forks source link

[#307]: Migrate `home.pug` to a React component. #322

Closed manishdas closed 4 years ago

manishdas commented 4 years ago

Resolves #307

Couldn't debug why the styling is broken on the home page, would appreciate any help debug this issue cc @JohnCLo

Screen Shot 2020-04-23 at 8 30 47 PM
manishdas commented 4 years ago

Looks like the router-link issue was resolved by adding / eslint-disable jsx-a11y/anchor-is-valid / To prevent prettier from adding router-link

Thanks @JohnCLo helping with the fix!

JohnCLo commented 4 years ago

Good to go!