appt-org / appt-website

Appt.org website built with Docusaurus
https://appt.org
MIT License
12 stars 7 forks source link

Focus ring #28

Closed laylahoogeveen closed 7 months ago

laylahoogeveen commented 7 months ago

Added the floating focus package to the app, using the same method that was used in the Next app. The only difference is that we don't have an _app.tsx in the Docusaurus app, but adding this hook to the <Root> component seems to produce the same result.