add header link icon

This commit is contained in:
Timothy Lin 2024-04-17 15:51:20 +08:00
parent 5d670d51c4
commit 55cd4b478a
2 changed files with 11 additions and 13 deletions

View File

@ -1,20 +1,20 @@
{ {
"markdown": 1,
"code": 1,
"features": 1,
"next-js": 6, "next-js": 6,
"tailwind": 3,
"guide": 5,
"feature": 2,
"multi-author": 1,
"hello": 1,
"math": 1, "math": 1,
"ols": 1, "ols": 1,
"github": 1, "github": 1,
"writings": 1, "guide": 5,
"book": 1, "tailwind": 3,
"reflection": 1, "hello": 1,
"holiday": 1, "holiday": 1,
"canada": 1, "canada": 1,
"images": 1, "images": 1,
"markdown": 1, "feature": 2,
"code": 1, "writings": 1,
"features": 1 "book": 1,
"reflection": 1,
"multi-author": 1
} }

View File

@ -162,8 +162,6 @@ export default makeSource({
behavior: 'prepend', behavior: 'prepend',
headingProperties: { headingProperties: {
className: ['content-header'], className: ['content-header'],
tabIndex: '-1',
dir: 'auto',
}, },
content: icon, content: icon,
}, },