Skip to content

Commit d30ebfb

Browse files
committed
set labels
1 parent 7e1b9dd commit d30ebfb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/gitbook/src/components/DocumentView/Heading.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function Heading(props: BlockProps<DocumentBlockHeading>) {
3333
id={id}
3434
block={block}
3535
className={tcls('relative', '-ml-6', textStyle.marginTop)}
36+
label="Direct link to heading"
3637
/>
3738

3839
<div

packages/gitbook/src/components/DocumentView/Tabs/DynamicTabs.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export function DynamicTabs(
146146
id={getTabButtonId(active.id)}
147147
block={block}
148148
className={tcls('absolute', '-left-6')}
149+
label="Direct link to selected tab"
149150
/>
150151

151152
<div

0 commit comments

Comments
 (0)