We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5b9f3 commit 54f66b4Copy full SHA for 54f66b4
packages/gitbook/e2e/customers.spec.ts
@@ -172,11 +172,6 @@ const testCases: TestsCase[] = [
172
contentBaseURL: 'https://docs.realapp.link',
173
tests: [{ name: 'Home', url: '/' }],
174
},
175
- {
176
- name: 'docs.plaza.finance',
177
- contentBaseURL: 'https://docs.plaza.finance',
178
- tests: [{ name: 'Home', url: '/' }],
179
- },
180
{
181
name: 'docs.publicai.io',
182
contentBaseURL: 'https://docs.publicai.io',
packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx
@@ -147,6 +147,7 @@ export function SpaceLayout(props: SpaceLayoutProps) {
147
className={tcls(
148
'hidden',
149
'pr-4',
150
+ 'mt-2',
151
'lg:flex',
152
'grow-0',
153
'dark:shadow-light/1',
0 commit comments