docs: fix download button + other fixes (#8032)

- Fix text of download button
- Small fix to styling on small devies
- Fix mobile sidebar items using incorrect base url
This commit is contained in:
Shahed Nasser
2024-07-09 12:36:02 +00:00
committed by GitHub
parent b6fd82e31e
commit 4c89f91caf
13 changed files with 100 additions and 46 deletions
+5 -1
View File
@@ -22,7 +22,11 @@ const ReferencePage = async () => {
<AdminContentV2 />
</Section>
}
codeContent={<ClientLibrariesV2 />}
codeContent={
<div className="mb-1 lg:mb-0">
<ClientLibrariesV2 />
</div>
}
className="flex-col-reverse"
/>
<Tags />