diff --git a/vizro-core/docs/pages/development/authors.md b/vizro-core/docs/pages/development/authors.md index 50c8773d8..6bbdf84b8 100644 --- a/vizro-core/docs/pages/development/authors.md +++ b/vizro-core/docs/pages/development/authors.md @@ -14,6 +14,7 @@ ## Previous team members and code contributors +[axa99](https://github.com/axa99), [Jo Stichbury](https://github.com/stichbury), [Juan Luis Cano Rodríguez](https://github.com/astrojuanlu), [Denis Lebedev](https://github.com/DenisLebedevMcK), @@ -34,4 +35,4 @@ with thanks to Sam Bourton and Kevin Staight for sponsorhip, inspiration and gui and special thanks to [Wesley Leong](https://github.com/wesleyleong), [Jonas Kemper](https://github.com/jonasrk) and team for origination and support -(plus everyone else who helped to test, guide, support and encourage development) +(plus everyone else who helped to test, guide, support and encourage development) \ No newline at end of file diff --git a/vizro-core/src/vizro/models/_navigation/navigation.py b/vizro-core/src/vizro/models/_navigation/navigation.py index 7bb0898b4..1bf765493 100644 --- a/vizro-core/src/vizro/models/_navigation/navigation.py +++ b/vizro-core/src/vizro/models/_navigation/navigation.py @@ -78,4 +78,4 @@ def _set_selector(self): @_log_call def build(self): - return self._selector.build() \ No newline at end of file + return self._selector.build()