Skip to content

Commit d01e28a

Browse files
committed
Fix
1 parent 0d1e4a3 commit d01e28a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/gitbook/src/components/SiteSectionTabs/SiteSectionTabs.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import React from 'react';
44

55
import { tcls } from '@/lib/tailwind';
66

7-
import { getContainerHorizontalPaddingStyle } from '../layout';
87
import { Link } from '../primitives';
98

109
/**
@@ -119,11 +118,6 @@ export function SiteSectionTabs(props: {
119118
) : null;
120119
}
121120

122-
/**
123-
* Horizontal padding for the tabs. Gives a nice hover effect and is used to calculate the padding of the container.
124-
*/
125-
const TAB_HORIZONTAL_PADDING = 3;
126-
127121
/**
128122
* The tab item - a link to a site section
129123
*/

0 commit comments

Comments
 (0)