diff options
-rw-r--r-- | packages/website/ts/pages/documentation/docs_home.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/website/ts/pages/documentation/docs_home.tsx b/packages/website/ts/pages/documentation/docs_home.tsx index 169b2976b..1768f7b10 100644 --- a/packages/website/ts/pages/documentation/docs_home.tsx +++ b/packages/website/ts/pages/documentation/docs_home.tsx @@ -100,8 +100,7 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = { }, }, { - description: - 'A Python Standard Relayer API client', + description: 'A Python Standard Relayer API client', link: { title: '0x-sra-client.py', to: 'https://pypi.org/project/0x-sra-client/', |