mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
kbd
This commit is contained in:
parent
5d49b3e65f
commit
409f56e60e
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ const componentMap = {
|
|||
a: (props) => {
|
||||
return <Link className="link" to={props?.href} {...props} />
|
||||
},
|
||||
kbd: (props) => {
|
||||
return <kbd className="kbd" {...props} />
|
||||
},
|
||||
ol: (props) => {
|
||||
return <ul className="steps steps-vertical" {...props} />
|
||||
},
|
||||
|
@ -84,4 +87,4 @@ export const pageQuery = graphql`
|
|||
htmlAst
|
||||
}
|
||||
}
|
||||
`
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue