Skip to content

Commit 54f66b4

Browse files
committed
Remove Plaza.finance & add margin to header-less sidebar
1 parent db5b9f3 commit 54f66b4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/gitbook/e2e/customers.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ const testCases: TestsCase[] = [
172172
contentBaseURL: 'https://docs.realapp.link',
173173
tests: [{ name: 'Home', url: '/' }],
174174
},
175-
{
176-
name: 'docs.plaza.finance',
177-
contentBaseURL: 'https://docs.plaza.finance',
178-
tests: [{ name: 'Home', url: '/' }],
179-
},
180175
{
181176
name: 'docs.publicai.io',
182177
contentBaseURL: 'https://docs.publicai.io',

packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export function SpaceLayout(props: SpaceLayoutProps) {
147147
className={tcls(
148148
'hidden',
149149
'pr-4',
150+
'mt-2',
150151
'lg:flex',
151152
'grow-0',
152153
'dark:shadow-light/1',

0 commit comments

Comments
 (0)